[Checkins] SVN: Products.ZCTextIndex/trunk/ Added missing namespace_packages declaration to setup.py.

Hanno Schlichting hannosch at hannosch.eu
Fri Jul 9 16:25:07 EDT 2010


Log message for revision 114425:
  Added missing namespace_packages declaration to setup.py.
  

Changed:
  U   Products.ZCTextIndex/trunk/CHANGES.txt
  U   Products.ZCTextIndex/trunk/setup.py

-=-
Modified: Products.ZCTextIndex/trunk/CHANGES.txt
===================================================================
--- Products.ZCTextIndex/trunk/CHANGES.txt	2010-07-09 20:22:40 UTC (rev 114424)
+++ Products.ZCTextIndex/trunk/CHANGES.txt	2010-07-09 20:25:06 UTC (rev 114425)
@@ -4,6 +4,7 @@
 2.13.1 (unreleased)
 -------------------
 
+- Added missing namespace_packages declaration to setup.py.
 
 2.13.0 (2010-06-19)
 -------------------

Modified: Products.ZCTextIndex/trunk/setup.py
===================================================================
--- Products.ZCTextIndex/trunk/setup.py	2010-07-09 20:22:40 UTC (rev 114424)
+++ Products.ZCTextIndex/trunk/setup.py	2010-07-09 20:25:06 UTC (rev 114425)
@@ -25,6 +25,7 @@
       long_description=open('README.txt').read() + '\n' +
                        open('CHANGES.txt').read(),
       packages=find_packages('src'),
+      namespace_packages=['Products'],
       package_dir={'': 'src'},
       ext_modules=[
         Extension(



More information about the checkins mailing list