[PythonReports-checkins] PythonReports MANIFEST.in,1.1,1.2
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2006-11-03 19:46:02
|
Update of /cvsroot/pythonreports/PythonReports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15987 Modified Files: MANIFEST.in Log Message: include scripts and top-level documents Index: MANIFEST.in =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/MANIFEST.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MANIFEST.in 1 Nov 2006 11:26:33 -0000 1.1 --- MANIFEST.in 3 Nov 2006 19:45:57 -0000 1.2 *************** *** 1,3 **** include PythonReports/*.py ! include test/*.py test/sakila.prt include doc/*.txt doc/*.html doc/default.css doc/Makefile --- 1,5 ---- + include README LICENSE CHANGES include PythonReports/*.py ! include scripts/prd scripts/*.bat include doc/*.txt doc/*.html doc/default.css doc/Makefile + include test/*.py test/sakila.prt |