FormEncode Python 2.5 problems
James Gardner <[email protected]>
| Newsgroups | gmane.comp.python.formencode |
|---|---|
| Message-ID | <[email protected]> |
Hi Ian, I'm having the same problem as Vijay Rao and it is currently breaking the Pylons install on Windows. The change below fixes it and still includes all the docs when you run setup.py sdist. Could you possibly make a 0.5.2 release? Many thanks, James Index: MANIFEST.in =================================================================== --- MANIFEST.in (revision 1937) +++ MANIFEST.in (working copy) @@ -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