summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-04 21:48:49 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-05 15:08:27 +0200
commitfe02d09da5b53d31a2d0ab87a340dc41d9bdccc8 (patch)
treea8cfcb9b3a89def8cd562b8bb27ca8f358fec5a7 /setup.cfg
parentd51110e6cd3ad7a44725f9fe915e0ac8779bffe7 (diff)
downloadpylint-git-fe02d09da5b53d31a2d0ab87a340dc41d9bdccc8.tar.gz
Use setup.cfg for readme and licensing
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index e77b64d1c..fc5267685 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,12 +1,20 @@
[metadata]
name = pylint
license = GPL-2.0-or-later
+license_file = COPYING
description = python code static checker
+keywords = static code analysis linter python lint
+long_description = file: README.rst
+long_description_content_type = text/x-rst; charset=UTF-8
author = Python Code Quality Authority
author_email = code-quality@python.org
url = https://github.com/PyCQA/pylint
project_urls =
What's New=https://pylint.pycqa.org/en/latest/whatsnew/
+ Bug tracker=https://github.com/PyCQA/pylint/issues
+ 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
classifiers =
Development Status :: 6 - Mature
Environment :: Console