blob: 942646409a358248b239b12e391ef1eb651a72fb (
plain)
1
2
3
4
5
6
7
8
9
10
|
include *.py MANIFEST.in ChangeLog
global-include *.txt *.rst *.ini *.in *.conf *.cfg *.sh
graft tools
prune build
prune dist
prune .tox
prune .git
prune .bzr
exclude .gitignore
exclude .bzrignore
|