[Checkins] SVN: z3c.optionstorage/trunk/setup.py aarrgh

Brian Sutherland jinty at web.de
Wed Jul 4 03:41:09 EDT 2007


Log message for revision 77390:
  aarrgh

Changed:
  U   z3c.optionstorage/trunk/setup.py

-=-
Modified: z3c.optionstorage/trunk/setup.py
===================================================================
--- z3c.optionstorage/trunk/setup.py	2007-07-04 07:28:52 UTC (rev 77389)
+++ z3c.optionstorage/trunk/setup.py	2007-07-04 07:41:08 UTC (rev 77390)
@@ -2,7 +2,7 @@
 
 setup(
     name = 'z3c.optionstorage',
-    version = '0.1.2',
+    version = '0.1.3',
     author = 'Zope Corporation and Contributors',
     author_email = 'zope3-dev at zope.org',
     description = '',
@@ -10,6 +10,7 @@
     namespace_packages=['z3c'],
     packages = find_packages('src'),
     package_dir = {'': 'src'},
+    include_package_data = True,
     install_requires = ['setuptools',
                         'ZODB3',
                         'zope.annotation',



More information about the Checkins mailing list