blob: 773fd04fc57375b67a7f06c6f9b2f3c618c1a382 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include LICENSE
include MANIFEST.in
include *.rst
recursive-include *.xsd
graft contrib
graft doc
graft etc
recursive-exclude doc/build/*/ *
global-exclude *~
global-exclude *.pyc
global-exclude .gitignore
|