mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 17:57:59 +00:00
c79156caf5
I noticed that archlinux has an identical coveragerc and wondered why. Then noticed that our tox.ini (which we bundle into the pypi package) needs .coveragerc, but we did not bundle it until now.
6 lines
320 B
Text
6 lines
320 B
Text
# stuff we need to include into the sdist is handled automatically by
|
|
# setuptools_scm - it includes all git-committed files.
|
|
# but we want to exclude some committed files/dirs not needed in the sdist:
|
|
exclude .coafile .editorconfig .gitattributes .gitignore .mailmap .travis.yml Vagrantfile
|
|
prune .travis
|
|
prune .github
|