Skip to content

Commit 6127b17

Browse files
author
Richard Jones
committed
changes
1 parent ae77c5e commit 6127b17

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ Fixes:
7272

7373

7474
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+
7580
Fixes:
7681
. Fixed bug in init command - templatebuilder was assuming existence of
7782
"html" directory in instance home.

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
recursive-include roundup *.py *.txt *.item *.index *.css *.filter
22
recursive-include cgi-bin *.cgi
33
recursive-include test *.py *.txt
4-
recursive-include doc *.*
4+
recursive-include doc *.html *.png *.txt
55
include roundup-*
66
include *.txt
77

0 commit comments

Comments
 (0)