summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d53400b)
raw | patch | inline | side by side (parent: d53400b)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 28 Jul 2001 01:56:04 +0000 (01:56 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 28 Jul 2001 01:56:04 +0000 (01:56 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@115 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
MANIFEST.in | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 030a80050d835bcec20408b731db7b70d9f30a90..705d74f5d3f475a2633f375c25610f9242182e7b 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
2001-07-28 - 0.2.1
+Features:
+ . Added docstring to roundup package so pydoc reports useful information.
+ . Added the roundup 1 software carpentry submission HTML to the doc
+ directory as "overview.html".
+
Fixes:
. Fixed bug in init command - templatebuilder was assuming existence of
"html" directory in instance home.
diff --git a/MANIFEST.in b/MANIFEST.in
index dee9818e60b25932c3589488fe88117e95f2510b..77bfe4cd2089dfa160c282fc55f836c1cf7ee910 100644 (file)
--- a/MANIFEST.in
+++ b/MANIFEST.in
recursive-include roundup *.py *.txt *.item *.index *.css *.filter
recursive-include cgi-bin *.cgi
recursive-include test *.py *.txt
-recursive-include doc *.*
+recursive-include doc *.html *.png *.txt
include roundup-*
include *.txt