summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-06-22 13:56:03 +0300
committerGitHub <noreply@github.com>2022-06-22 12:56:03 +0200
commitbf6308cbe11a4f50af5fd8375f87282a2f317d08 (patch)
tree31c3f9bce3fe9492279aeb0416e74bcf47b0cf3d /setup.cfg
parent3a76bd6a5b1d0d21d704e6d3f5af77eef82c74bb (diff)
downloadpylint-git-bf6308cbe11a4f50af5fd8375f87282a2f317d08.tar.gz
Fix pypy's links in package's metadata (#6998)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 3 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 7b2c954fd..e2b157d44 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,14 +30,12 @@ classifiers =
Topic :: Software Development :: Testing
keywords = static code analysis linter python lint
project_urls =
- Homepage = https://www.pylint.org/
+ Docs: User Guide = https://pylint.pycqa.org/en/latest/
Source Code = https://github.com/PyCQA/pylint
- What's New = https://pylint.pycqa.org/en/latest/whatsnew/
+ What's New = https://pylint.pycqa.org/en/latest/whatsnew/2/
Bug Tracker = https://github.com/PyCQA/pylint/issues
Discord Server = https://discord.com/invite/Egy6P8AMB5
- Docs: User Guide = https://pylint.pycqa.org/en/latest/
- Docs: Contributing = https://pylint.pycqa.org/en/latest/development_guide/contribute.html
- Docs: Technical Reference = https://pylint.pycqa.org/en/latest/technical_reference/index.html
+ Docs: Contributer Guide = https://pylint.pycqa.org/en/latest/development_guide/contributor_guide/index.html
[options]
packages = find: