Author: ianb
Date: 2006-12-27 21:05:39 -0700 (Wed, 27 Dec 2006)
New Revision: 2151

Modified:
   FormEncode/trunk/setup.py
Log:
set include_package_data=True in setup.py

Modified: FormEncode/trunk/setup.py
===================================================================
--- FormEncode/trunk/setup.py   2006-12-23 02:44:01 UTC (rev 2150)
+++ FormEncode/trunk/setup.py   2006-12-28 04:05:39 UTC (rev 2151)
@@ -23,7 +23,7 @@
       url="http://formencode.org";,
       license="PSF",
       packages=["formencode", "formencode.util"],
-      package_data={'formencode': ['javascript/*']},
+      include_package_data=True,
       extras_require={'testing': ['elementtree']},
       )
 


-------------------------------------------------------------------------
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

Reply via email to