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 6da014b commit 7c592baCopy full SHA for 7c592ba
MANIFEST.in
@@ -7,9 +7,7 @@ recursive-include test *.py *.txt
7
recursive-include doc *.html *.png *.txt *.css *.1
8
recursive-include detectors *.py
9
recursive-include templates *.* home* page*
10
-recursive-exclude roundup *.pyc *.pyo .*
11
-recursive-exclude frontends *.pyc *.pyo .*
12
-recursive-exclude templates *.pyc *.pyo .*
+global-exclude .cvsignore *.pyc *.pyo
13
include run_tests *.txt demo.py
14
exclude BUILD.txt I18N_PROGRESS.txt TODO.txt
15
exclude doc/security.txt doc/templating.txt
0 commit comments