[Checkins] SVN: z3c.objpath/trunk/ Add name space declaration for `z3c`.

Andreas Zeidler cvs-admin at zope.org
Sat Oct 13 16:52:11 UTC 2012


Log message for revision 127980:
  Add name space declaration for `z3c`.
  

Changed:
  U   z3c.objpath/trunk/CHANGES.txt
  U   z3c.objpath/trunk/setup.py

-=-
Modified: z3c.objpath/trunk/CHANGES.txt
===================================================================
--- z3c.objpath/trunk/CHANGES.txt	2012-10-12 15:14:15 UTC (rev 127979)
+++ z3c.objpath/trunk/CHANGES.txt	2012-10-13 16:52:07 UTC (rev 127980)
@@ -4,6 +4,8 @@
 1.1 (unreleased)
 ================
 
+* Add name space declaration for `z3c`.
+
 * Added a `test` extra, as test require ``zope.testing``.
 
 1.0 (2008-04-15)

Modified: z3c.objpath/trunk/setup.py
===================================================================
--- z3c.objpath/trunk/setup.py	2012-10-12 15:14:15 UTC (rev 127979)
+++ z3c.objpath/trunk/setup.py	2012-10-13 16:52:07 UTC (rev 127980)
@@ -25,6 +25,7 @@
     license='ZPL',
     packages=find_packages('src'),
     package_dir={'': 'src'},
+    namespace_packages=['z3c'],
     include_package_data=True,
     zip_safe=False,
     install_requires=[



More information about the checkins mailing list