[Checkins] SVN: zope.httpformdate/trunk/setup.py Make sure the package data is included, so that tests run in

Stephan Richter srichter at gmail.com
Fri Jul 24 13:38:04 EDT 2009


Log message for revision 102265:
  Make sure the package data is included, so that tests run in 
  the released version as well.
  

Changed:
  U   zope.httpformdate/trunk/setup.py

-=-
Modified: zope.httpformdate/trunk/setup.py
===================================================================
--- zope.httpformdate/trunk/setup.py	2009-07-24 17:36:45 UTC (rev 102264)
+++ zope.httpformdate/trunk/setup.py	2009-07-24 17:38:04 UTC (rev 102265)
@@ -47,6 +47,7 @@
         ],
 
     packages=find_packages('src'),
+    include_package_data = True,
     package_dir={'': 'src'},
     namespace_packages=['zope'],
     zip_safe=False,



More information about the Checkins mailing list