summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-06-28 23:39:17 +0200
committerGitHub <noreply@github.com>2022-06-28 23:39:17 +0200
commit0d36a63303eb902de3c33a6094260bc385681d2d (patch)
tree961e617cb583d24204d6d6ef7dfd6c81d4e214ae /MANIFEST.in
parentc74493bdb969c40b0b9bc503b239c572ee31641b (diff)
downloadpylint-git-0d36a63303eb902de3c33a6094260bc385681d2d.tar.gz
Improve packaging [PEP 517 + 621] (#7076)
* Use isolated build environments * Update release ci job to use build * Use new project metadata format * Cleanup MANIFEST.in * Remove setup.py
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in14
1 files changed, 1 insertions, 13 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index d35466894..9561fb106 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,13 +1 @@
-recursive-exclude pylint *.rst
-prune .github
-prune doc
-prune elisp
-prune examples
-prune tests
-prune script
-exclude .*
-exclude Dockerfile
-exclude README.rst
-exclude pylintrc
-exclude requirements_*.txt
-exclude tox.ini
+include README.rst