diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -31,12 +31,12 @@ classifiers = Topic :: Software Development :: Testing keywords = static code analysis linter python lint project_urls = - "What's New" = https://pylint.pycqa.org/en/latest/whatsnew/ - "Bug tracker" = https://github.com/PyCQA/pylint/issues - "Discord server" = https://discord.gg/kFebW799 - "User manual" = http://pylint.pycqa.org/en/latest/ - "Contributing" = http://pylint.pycqa.org/en/latest/development_guide/contribute.html - "Technical references" = http://pylint.pycqa.org/en/latest/technical_reference/index.html + What's New = https://pylint.pycqa.org/en/latest/whatsnew/ + Bug tracker = https://github.com/PyCQA/pylint/issues + Discord server = https://discord.gg/kFebW799 + User manual = http://pylint.pycqa.org/en/latest/ + Contributing = http://pylint.pycqa.org/en/latest/development_guide/contribute.html + Technical references = http://pylint.pycqa.org/en/latest/technical_reference/index.html [options] packages = find: |