Code

Added the distutils manifest template (for "documentation", see
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 27 Jul 2001 07:18:32 +0000 (07:18 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 27 Jul 2001 07:18:32 +0000 (07:18 +0000)
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

MANIFEST.in [new file with mode: 0644]

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644 (file)
index 0000000..dee9818
--- /dev/null
@@ -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
+