summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2016-05-05 20:59:53 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2016-05-05 21:42:37 +0200
commit76839362e20ea055a9368557f7cb5e535fb3fa77 (patch)
tree613c71da4e60ea0969080b6d4e0ba472969f34c3 /MANIFEST.in
parentd1ea925a5bac55354848bab9a8c4ae7ed8cc9a74 (diff)
fix packaging/git/coverage for src/ path
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 309c1f8dc..f58b579aa 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,9 +1,10 @@
include README.rst AUTHORS LICENSE CHANGES.rst MANIFEST.in
-recursive-include borg *.pyx
+graft src
+recursive-exclude src *.pyc
+recursive-exclude src *.pyo
recursive-include docs *
recursive-exclude docs *.pyc
recursive-exclude docs *.pyo
prune docs/_build
prune .travis
exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile
-include borg/_version.py