1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 00:07:38 +00:00

Merge pull request #2056 from ThomasWaldmann/remove-dot-github

remove .github from pypi package, fixes #2051
This commit is contained in:
TW 2017-01-14 23:11:23 +01:00 committed by GitHub
commit c3e4d7a273

View file

@ -5,5 +5,6 @@ recursive-exclude docs *.pyc
recursive-exclude docs *.pyo
prune docs/_build
prune .travis
prune .github
exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile
include borg/_version.py