summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in20
1 files changed, 11 insertions, 9 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c35e2a3..7b49f89 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,9 +1,11 @@
-include CREDITS
-include ChangeLog
-include LICENSE
-include README.rst
-include docs/Makefile
-recursive-include docs *.py *.rst
-include docs/_static/.keep_dir
-prune docs/_build
-recursive-include tests *.py
+include CREDITS ChangeLog LICENSE README.rst
+include requirements*.txt
+
+graft semantic_version
+
+prune docs
+prune tests
+
+global-exclude .py[cod] __pycache__
+
+exclude Makefile tox.ini .flake8