Last change
on this file since 13280 was
13272,
checked in by uli, 9 years ago
|
Finetune list of files to distribute.
We have to be more careful with distributing files. This should work
more automatically.
|
File size:
254 bytes
|
Line | |
---|
1 | # see: |
---|
2 | # https://docs.python.org/2/distutils/sourcedist.html#the-manifest-in-template |
---|
3 | graft src |
---|
4 | graft docs |
---|
5 | prune docs/build |
---|
6 | recursive-include etc *.in *.txt |
---|
7 | graft layout |
---|
8 | include *.cfg CHANGES.txt LICENSE |
---|
9 | exclude .* uuid.txt |
---|
10 | global-exclude *~ *.pyc *.pyo |
---|
Note: See
TracBrowser for help on using the repository browser.