summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPhilipp A <flying-sheep@web.de>2021-08-26 09:56:23 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-26 10:43:44 +0200
commit9277490d3fd43ca2574c96dc196cb1d6b330a2b3 (patch)
tree18819b0d60dd6ee597eae24753570f843f324d3b /setup.cfg
parent23488352bc0dbdfa519abb527af3d676244b7106 (diff)
downloadpylint-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.cfg13
1 files changed, 7 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index 7ee763a59..78527621f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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: