X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=MANIFEST.in;h=b7c6a328ad9347f9f103c1a69963668c9f8fb67a;hb=7520e02f86cafa83c87f69a0c671a583aae14368;hp=be442fb7d517c4ceed6a4455b412e32f4e65eb51;hpb=c7548f7561a32fc5d52baadf350db534abff544a;p=roundup.git diff --git a/MANIFEST.in b/MANIFEST.in index be442fb..b7c6a32 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,12 @@ -recursive-include roundup *.py *.txt *.item *.index *.css *.filter *.newitem +recursive-include roundup *.* home* page* +recursive-include frontends *.* +recursive-include scripts *.* *-* +recursive-include tools *.* recursive-include cgi-bin *.cgi recursive-include test *.py *.txt recursive-include doc *.html *.png *.txt -exclude doc/announcement.txt -include roundup-* -include *.txt +recursive-exclude roundup *.pyc *.pyo .cvsignore +recursive-exclude frontends *.pyc *.pyo .cvsignore +include run_tests *.txt +exclude BUILD.txt I18N_PROGRESS.txt TODO.txt