mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 14:41:43 +00:00
Merge pull request #2089 from ThomasWaldmann/fix-manifest
Manifest.in: simplify, also exclude *.so *.dll *.orig
This commit is contained in:
commit
5f5b1b2ef6
1 changed files with 5 additions and 7 deletions
12
MANIFEST.in
12
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
|
||||
|
|
Loading…
Reference in a new issue