1 | exclude test |
---|
2 | include MANIFEST.in |
---|
3 | include LICENSE.txt |
---|
4 | include setup.py |
---|
5 | include run.sh |
---|
6 | include universe.py |
---|
7 | include universe.conf |
---|
8 | include tool_conf.xml |
---|
9 | include *.sample |
---|
10 | recursive-include tools *.py *.xml *.pl |
---|
11 | recursive-include static *.html *.png *.gif *.rst *.css *.js |
---|
12 | recursive-include templates *.tmpl |
---|
13 | recursive-include modules *.py |
---|
14 | recursive-include test *.py *.txt |
---|
15 | recursive-include arch *.pyd *.so *.lib *.dll |
---|
16 | include database/info.txt |
---|
17 | include database/files/info.txt |
---|
18 | include database/import/info.txt |
---|
19 | |
---|
20 | |
---|