Author: ianb Date: 2006-09-25 11:54:07 -0600 (Mon, 25 Sep 2006) New Revision: 1944
Modified: FormEncode/trunk/MANIFEST.in Log: Python2.5 seems to have a quirk with recursive-include and trailing slashes on directories? Modified: FormEncode/trunk/MANIFEST.in =================================================================== --- FormEncode/trunk/MANIFEST.in 2006-09-25 17:29:07 UTC (rev 1943) +++ FormEncode/trunk/MANIFEST.in 2006-09-25 17:54:07 UTC (rev 1944) @@ -1,4 +1,4 @@ recursive-include . *.py -recursive-include docs/ *.html *.txt *.css +recursive-include docs *.html *.txt *.css recursive-include formencode/javascript *.js prune **/.svn ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ FormEncode-CVS mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/formencode-cvs
