Merge pull request #2089 from ThomasWaldmann/fix-manifest

Manifest.in: simplify, also exclude *.so *.dll *.orig
This commit is contained in:
enkore 2017-01-22 00:54:10 +01:00 committed by GitHub
commit 5f5b1b2ef6
1 changed files with 5 additions and 7 deletions

View File

@ -1,10 +1,8 @@
include README.rst AUTHORS LICENSE CHANGES.rst MANIFEST.in include README.rst AUTHORS LICENSE CHANGES.rst MANIFEST.in
recursive-include borg *.pyx exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile
recursive-include docs *
recursive-exclude docs *.pyc
recursive-exclude docs *.pyo
prune docs/_build
prune .travis prune .travis
prune .github prune .github
exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile graft borg
include borg/_version.py graft docs
prune docs/_build
global-exclude *.py[co] *.orig *.so *.dll