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

Stephan Richter srichter at gmail.com
Fri Jul 24 13:35:41 EDT 2009


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

Changed:
  _U  zope.httpform/trunk/
  U   zope.httpform/trunk/setup.py

-=-

Property changes on: zope.httpform/trunk
___________________________________________________________________
Modified: svn:ignore
   - develop-eggs
bin
parts
coverage
.installed.cfg

   + bin
coverage
develop-eggs
dist
parts
.installed.cfg


Modified: zope.httpform/trunk/setup.py
===================================================================
--- zope.httpform/trunk/setup.py	2009-07-24 17:17:44 UTC (rev 102262)
+++ zope.httpform/trunk/setup.py	2009-07-24 17:35:41 UTC (rev 102263)
@@ -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