summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-05-25 21:33:11 +0200
committerGitHub <noreply@github.com>2021-05-25 21:33:11 +0200
commit5354d75d1c9d754117e97c8777186c2f0974fac0 (patch)
tree04366cb862875e9544e34c0218139123ed8a4665 /setup.cfg
parent6233260f9ecea4b4321ceab51173528557be2a47 (diff)
downloadpylint-git-5354d75d1c9d754117e97c8777186c2f0974fac0.tar.gz
Improve build config (#4512)
* Remove version attribute * Add manifest
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index d7f5d5e21..86c42a36a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,5 @@
[metadata]
name = pylint
-version = attr: pylint.__version__
description = python code static checker
long_description = file: README.rst
long_description_content_type = text/x-rst