From: richard Date: Fri, 27 Jul 2001 07:18:32 +0000 (+0000) Subject: Added the distutils manifest template (for "documentation", see X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=654c19ece7ea48511a8030a7573cc530a670acb2;p=roundup.git Added the distutils manifest template (for "documentation", see distutils.filelist). Has no facility for comments, so no ID or LOG for this baby. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@101 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..dee9818 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,7 @@ +recursive-include roundup *.py *.txt *.item *.index *.css *.filter +recursive-include cgi-bin *.cgi +recursive-include test *.py *.txt +recursive-include doc *.* +include roundup-* +include *.txt +