Update of /cvsroot/todo-manager/todo-manager
In directory usw-pr-cvs1:/tmp/cvs-serv19645
Modified Files:
Tag: dev-bronze
MANIFEST.in
Log Message:
Added ChangeLog.txt and TODO.txt.
And moved stuff around, one day I'll decide what order everything should be in
so it looks aesthetically pleasing.
Index: MANIFEST.in
===================================================================
RCS file: /cvsroot/todo-manager/todo-manager/MANIFEST.in,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- MANIFEST.in 20 Nov 2001 23:05:44 -0000 1.1.2.1
+++ MANIFEST.in 12 Jun 2002 20:20:57 -0000 1.1.2.2
@@ -2,11 +2,12 @@
# ToDo Manager
include __init__.py
-include todo-manager.pyw
+include ChangeLog.txt
+include LICENSE.txt
+include README.txt
+include TODO.txt
include tk_options
include todo-manager
-include README.txt
-include LICENSE.txt
-include ChangeLog
+include todo-manager.pyw
recursive-include docs *.txt *.html
recursive-include plugins *.py
|