summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
blob: 309c1f8dcb71c91d8dbccd9c7daee79512cb2deb (plain)
1
2
3
4
5
6
7
8
9
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
prune .travis
exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile
include borg/_version.py