summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 20:06:43 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 20:06:43 +0200
commitb0615239164121f8bab3e664bcf70305aa74d782 (patch)
tree77c1d0ac468637955a476647e9a5d9bff57083ef
parenta18123762e95f775aa02648392642a5f597f85ce (diff)
downloadsemantic-version-b0615239164121f8bab3e664bcf70305aa74d782.tar.gz
Fix MANIFEST.in
Always include every dev/doc/test related files.
-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