summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in12
1 files changed, 5 insertions, 7 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f58b579aa..bdabc64d0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,10 +1,8 @@
include README.rst AUTHORS LICENSE CHANGES.rst MANIFEST.in
+exclude .coafile .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile
+prune .travis
+prune .github
graft src
-recursive-exclude src *.pyc
-recursive-exclude src *.pyo
-recursive-include docs *
-recursive-exclude docs *.pyc
-recursive-exclude docs *.pyo
+graft docs
prune docs/_build
-prune .travis
-exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile
+global-exclude *.pyc *.orig *.so *.dll