From: stefan Date: Thu, 12 Feb 2009 05:57:42 +0000 (+0000) Subject: Add 'share' and remove .svn X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c4813e5333d946316e37523aab97be014e59ab7a;p=roundup.git Add 'share' and remove .svn git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4125 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/MANIFEST.in b/MANIFEST.in index 960a570..b95ef64 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ +recursive-include share * recursive-include roundup *.* recursive-include frontends *.* recursive-include scripts *.* *-* @@ -6,7 +7,7 @@ recursive-include test *.py *.txt recursive-include doc *.html *.png *.txt *.css *.1 *.example recursive-include detectors *.py recursive-include templates *.* home* page* -global-exclude .cvsignore *.pyc *.pyo .DS_Store +global-exclude .svn .cvsignore *.pyc *.pyo .DS_Store include run_tests.py *.txt demo.py MANIFEST.in MANIFEST exclude BUILD.txt I18N_PROGRESS.txt TODO.txt exclude doc/security.txt doc/templating.txt