summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-05 10:27:01 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-05 15:08:27 +0200
commite7dae22a38086311d69a1fff4f955cf470f0f9da (patch)
tree510be4c7b15290557c572ae8d788b65a1e651847 /setup.cfg
parent4ef98993a3bf82e6c01e083c417cac8cdd492464 (diff)
downloadpylint-git-e7dae22a38086311d69a1fff4f955cf470f0f9da.tar.gz
Remove extra-require from the packaging
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 5 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index fc5267685..d8de20d0a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,11 +1,13 @@
[metadata]
name = pylint
license = GPL-2.0-or-later
-license_file = COPYING
+license_files =
+ COPYING
+ CONTRIBUTORS.txt
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
+long_description_content_type = text/x-rst
author = Python Code Quality Authority
author_email = code-quality@python.org
url = https://github.com/PyCQA/pylint
@@ -35,6 +37,7 @@ classifiers =
Topic :: Software Development :: Testing
[options]
+zip_safe = True
packages = find:
python_requires = ~=3.6
setup_requires =