Skip to content

Commit 3002fd7

Browse files
author
Richard Jones
committed
fixed manifest
1 parent 5ecffa2 commit 3002fd7

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

MANIFEST.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
recursive-include roundup *.py *.txt *.item *.index *.css *.filter *.newitem
2-
recursive-include frontends *.py *.txt *.dtml *.gif *.css *.html
1+
recursive-include roundup *.* home* page*
2+
recursive-include frontends *.*
33
recursive-include cgi-bin *.cgi
44
recursive-include test *.py *.txt
55
recursive-include doc *.html *.png *.txt
6-
exclude doc/announcement.txt BUILD.txt I18N_PROGRESS.txt
7-
include roundup-*
6+
recursive-exclude roundup *.pyc *.pyo .cvsignore
7+
recursive-exclude frontends *.pyc *.pyo .cvsignore
88
include run_tests *.txt
9+
exclude BUILD.txt I18N_PROGRESS.txt
910

TODO.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ pending web write a _generic.item
5959
pending dist include the HTML in docs
6060

6161
bug web request.url is incorrect in cgi-bin environments
62-
======= ======== =============================================================
62+
bug web do something about file.newitem
63+
======= ========= =============================================================
6364

0 commit comments

Comments
 (0)