From ddd9d77e5d2a2a7475ca51bcfbcc39129f5bf3b9 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 21 Jan 2017 05:36:56 +0100 Subject: [PATCH] Manifest.in: simplify, exclude *.{so,dll,orig}, fixes #2066 --- MANIFEST.in | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 8a4123fe..307ccc70 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