[Zope-Checkins] SVN: Zope/branches/five-integration/ Make 'setup.py' install the new 'Zope' compatibility module.

Tres Seaver tseaver at zope.com
Mon Mar 21 10:08:10 EST 2005


Log message for revision 29617:
  Make 'setup.py' install the new 'Zope' compatibility module.

Changed:
  U   Zope/branches/five-integration/doc/CHANGES.txt
  U   Zope/branches/five-integration/setup.py

-=-
Modified: Zope/branches/five-integration/doc/CHANGES.txt
===================================================================
--- Zope/branches/five-integration/doc/CHANGES.txt	2005-03-21 15:05:02 UTC (rev 29616)
+++ Zope/branches/five-integration/doc/CHANGES.txt	2005-03-21 15:08:10 UTC (rev 29617)
@@ -63,6 +63,9 @@
 
     Bugs fixed
  
+      - 'setup.py' did not install the new 'Zope' compatibility module
+        (the 'Zope' package has been renamedd to 'Zope2').
+
       - Collector #1507: Zope now binds again to all available IP addresses if
         ip-address is unset
 

Modified: Zope/branches/five-integration/setup.py
===================================================================
--- Zope/branches/five-integration/setup.py	2005-03-21 15:05:02 UTC (rev 29616)
+++ Zope/branches/five-integration/setup.py	2005-03-21 15:08:10 UTC (rev 29617)
@@ -608,6 +608,7 @@
     name='Zope',
     author=AUTHOR,
 
+    py_modules=['Zope'],
     packages=['Zope2', 'Zope2.App', 'Zope2.Startup', 'Zope2.Startup.misc',
               'Zope2.Startup.nt', 'Zope2.Startup.tests'],
     data_files=[ ['Zope2/Startup', ['Zope2/Startup/*.xml']] ],



More information about the Zope-Checkins mailing list