[Checkins] SVN: z3c.sqlalchemy/trunk/setup.py making this a namespace package

Andreas Jung andreas at andreas-jung.com
Thu Jun 14 01:09:43 EDT 2007


Log message for revision 76674:
  making this a namespace package
  

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

-=-
Modified: z3c.sqlalchemy/trunk/setup.py
===================================================================
--- z3c.sqlalchemy/trunk/setup.py	2007-06-13 22:40:46 UTC (rev 76673)
+++ z3c.sqlalchemy/trunk/setup.py	2007-06-14 05:09:41 UTC (rev 76674)
@@ -50,6 +50,7 @@
       package_dir={'': 'src'},
       include_package_data=True,
       zip_safe=True,
+      namespace_packages=['zope'],
       install_requires=['setuptools',
                         'SQLAlchemy',
                         'zope.component',



More information about the Checkins mailing list