summaryrefslogtreecommitdiff
path: root/MANIFEST.in
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 /MANIFEST.in
parent6233260f9ecea4b4321ceab51173528557be2a47 (diff)
downloadpylint-git-5354d75d1c9d754117e97c8777186c2f0974fac0.tar.gz
Improve build config (#4512)
* Remove version attribute * Add manifest
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 000000000..45a84657f
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,15 @@
+recursive-exclude pylint *.rst
+prune .github
+prune doc
+prune elisp
+prune examples
+prune tests
+prune script
+exclude .*
+exclude appveyor.yml
+exclude ChangeLog
+exclude Dockerfile
+exclude README.rst
+exclude pylintrc
+exclude requirements_*.txt
+exclude tox.ini