Commit | Line | Data |
---|---|---|
c638d827 CR |
1 | recursive-include share * |
2 | recursive-include roundup *.* | |
3 | recursive-include frontends *.* | |
4 | recursive-include scripts *.* *-* | |
5 | recursive-include tools *.* | |
6 | recursive-include test *.py *.txt | |
7 | recursive-include doc *.html *.png *.txt *.css *.1 *.example | |
8 | recursive-include detectors *.py | |
9 | recursive-include templates *.* home* page* | |
10 | global-exclude .svn .cvsignore *.pyc *.pyo .DS_Store | |
11 | include run_tests.py *.txt demo.py MANIFEST.in MANIFEST | |
12 | exclude BUILD.txt I18N_PROGRESS.txt TODO.txt | |
13 | exclude doc/security.txt doc/templating.txt | |
14 | include locale/*.po locale/*.mo locale/roundup.pot |