Skip to content

Commit

Permalink
" appear litterally in pypi interface for project urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 24, 2021
1 parent 919b22b commit 0ef1ca5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0ef1ca5

Please sign in to comment.