We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb50221 commit b0d6cfcCopy full SHA for b0d6cfc
MANIFEST.in
@@ -1,3 +1,4 @@
1
+recursive-include share *
2
recursive-include roundup *.*
3
recursive-include frontends *.*
4
recursive-include scripts *.* *-*
@@ -6,7 +7,7 @@ recursive-include test *.py *.txt
6
7
recursive-include doc *.html *.png *.txt *.css *.1 *.example
8
recursive-include detectors *.py
9
recursive-include templates *.* home* page*
-global-exclude .cvsignore *.pyc *.pyo .DS_Store
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
0 commit comments