summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 7b49f89..1f8c048 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,11 +1,11 @@
include CREDITS ChangeLog LICENSE README.rst
include requirements*.txt
+include Makefile tox.ini .flake8
graft semantic_version
-prune docs
-prune tests
+graft docs
+graft tests
-global-exclude .py[cod] __pycache__
-
-exclude Makefile tox.ini .flake8
+global-exclude *.py[cod] __pycache__ .*.sw[po]
+prune docs/_build