Mercurial > p > roundup > code
diff MANIFEST.in @ 4997:57adf2c4c40f
Cleanup MANIFEST.in (issue2550714)
Remove entries for files that no longer exist or have been moved to
other locations.
| author | John Kristensen <john@jerrykan.com> |
|---|---|
| date | Sat, 21 Feb 2015 00:01:00 +1100 |
| parents | 3dc458554d68 |
| children | 1ee8b7a671e7 |
line wrap: on
line diff
--- a/MANIFEST.in Fri May 09 17:45:39 2014 +1000 +++ b/MANIFEST.in Sat Feb 21 00:01:00 2015 +1100 @@ -4,11 +4,11 @@ recursive-include scripts *.* *-* recursive-include tools *.* recursive-include test *.py *.txt -recursive-include doc *.html *.png *.txt *.css *.1 *.example +recursive-include doc *.html *.png *.txt *.css *.example recursive-include detectors *.py -recursive-include templates *.* home* page* -global-exclude .svn .cvsignore *.pyc *.pyo .DS_Store -include run_tests.py *.txt demo.py MANIFEST.in MANIFEST doc/conf.py -exclude BUILD.txt I18N_PROGRESS.txt TODO.txt -exclude doc/security.txt doc/templating.txt +global-exclude *.pyc *.pyo .DS_Store +include run_tests.py demo.py *.txt +include doc/conf.py +exclude 2to3-done.txt +exclude doc/security.txt include locale/*.po locale/*.mo locale/roundup.pot
