summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-06-29 09:58:46 +0200
committerGitHub <noreply@github.com>2022-06-29 09:58:46 +0200
commit1c3c18f4126a84b83941fef666ff03c0e7c6cabb (patch)
treeb3e3e72f5b68a31f8c6f35b239fc86373c20724f /MANIFEST.in
parent88ccd6fd0d8111b3aacedc4a0d3466468dc0e217 (diff)
downloadastroid-git-1c3c18f4126a84b83941fef666ff03c0e7c6cabb.tar.gz
Improve packaging [PEP 517 + 621] (#1670)
* Use isolated build environments * Use new project metadata format [PEP 621] * Move remaining flake8 config to setup.cfg * Update pre-commit config
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 799a3f0b..9561fb10 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,9 +1 @@
-prune .github
-prune doc
-prune tests
-exclude .*
-exclude ChangeLog
-exclude pylintrc
-exclude README.rst
-exclude requirements_*.txt
-exclude tox.ini
+include README.rst