summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 22199ca)
raw | patch | inline | side by side (parent: 22199ca)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 27 Jul 2001 07:18:32 +0000 (07:18 +0000) | ||
committer | richard <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
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] | patch | blob |
diff --git a/MANIFEST.in b/MANIFEST.in
--- /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
+