Rename URLs
The icons are inferred here: https://github.com/pypa/warehouse/blob/main/warehouse/templates/packaging/detail.html
diff --git a/setup.cfg b/setup.cfg
index 7ee763a..7852762 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,6 @@
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 = [email protected]
license = GPL-2.0-or-later
@@ -32,12 +31,14 @@
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: