diff options
author | Philipp A <flying-sheep@web.de> | 2021-08-26 09:56:23 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-08-26 10:43:44 +0200 |
commit | 9277490d3fd43ca2574c96dc196cb1d6b330a2b3 (patch) | |
tree | 18819b0d60dd6ee597eae24753570f843f324d3b /setup.cfg | |
parent | 23488352bc0dbdfa519abb527af3d676244b7106 (diff) | |
download | pylint-git-9277490d3fd43ca2574c96dc196cb1d6b330a2b3.tar.gz |
Rename URLs
The icons are inferred here: https://github.com/pypa/warehouse/blob/main/warehouse/templates/packaging/detail.html
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -4,7 +4,6 @@ version = attr: pylint.__pkginfo__.__version__ description = python code static checker long_description = file: README.rst long_description_content_type = text/x-rst -url = https://github.com/PyCQA/pylint author = Python Code Quality Authority author_email = code-quality@python.org license = GPL-2.0-or-later @@ -32,12 +31,14 @@ classifiers = Topic :: Software Development :: Testing keywords = static code analysis linter python lint project_urls = + Homepage = https://www.pylint.org/ + Source Code = https://github.com/PyCQA/pylint What's New = https://pylint.pycqa.org/en/latest/whatsnew/ - Bug tracker = https://github.com/PyCQA/pylint/issues - Discord server = https://discord.gg/Egy6P8AMB5 - 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 + Bug Tracker = https://github.com/PyCQA/pylint/issues + Discord Server = https://discord.gg/Egy6P8AMB5 + Docs: User Guide = http://pylint.pycqa.org/en/latest/ + Docs: Contributing = http://pylint.pycqa.org/en/latest/development_guide/contribute.html + Docs: Technical Reference = http://pylint.pycqa.org/en/latest/technical_reference/index.html [options] packages = find: |