We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae77c5e commit 6127b17Copy full SHA for 6127b17
CHANGES.txt
@@ -72,6 +72,11 @@ Fixes:
72
73
74
2001-07-28 - 0.2.1
75
+Features:
76
+ . Added docstring to roundup package so pydoc reports useful information.
77
+ . Added the roundup 1 software carpentry submission HTML to the doc
78
+ directory as "overview.html".
79
+
80
Fixes:
81
. Fixed bug in init command - templatebuilder was assuming existence of
82
"html" directory in instance home.
MANIFEST.in
@@ -1,7 +1,7 @@
1
recursive-include roundup *.py *.txt *.item *.index *.css *.filter
2
recursive-include cgi-bin *.cgi
3
recursive-include test *.py *.txt
4
-recursive-include doc *.*
+recursive-include doc *.html *.png *.txt
5
include roundup-*
6
include *.txt
7
0 commit comments