summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2017-01-21 05:36:56 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2017-01-21 05:41:58 +0100
commitddd9d77e5d2a2a7475ca51bcfbcc39129f5bf3b9 (patch)
tree8482710b5ae3d105380ff4d17819d5769ae0d507 /MANIFEST.in
parent0b2321a13d967b355647daa37b121b44ed24439a (diff)
Manifest.in: simplify, exclude *.{so,dll,orig}, fixes #2066
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 8a4123fea..307ccc708 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,10 +1,8 @@
include README.rst AUTHORS LICENSE CHANGES.rst MANIFEST.in
-recursive-include borg *.pyx
-recursive-include docs *
-recursive-exclude docs *.pyc
-recursive-exclude docs *.pyo
-prune docs/_build
+exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile
prune .travis
prune .github
-exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile
-include borg/_version.py
+graft borg
+graft docs
+prune docs/_build
+global-exclude *.py[co] *.orig *.so *.dll