[Zope-Checkins] SVN: Zope/trunk/ Make 'setup.py' install the 'Zope'
compatibility module.
Tres Seaver
tseaver at zope.com
Mon Mar 21 10:02:44 EST 2005
Log message for revision 29615:
Make 'setup.py' install the 'Zope' compatibility module.
Changed:
U Zope/trunk/doc/CHANGES.txt
U Zope/trunk/setup.py
-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt 2005-03-21 14:16:30 UTC (rev 29614)
+++ Zope/trunk/doc/CHANGES.txt 2005-03-21 15:02:44 UTC (rev 29615)
@@ -24,7 +24,7 @@
- check if ExtendedPathIndex might be a reasonable replacement for PathIndex
- Zope 2.8 beta 1
+ After Zope 2.8a1
Features added
@@ -58,6 +58,9 @@
Bugs fixed
+ - 'setup.py' did not install the 'Zope' compatibility module
+ (the old 'Zope' package has been renamed to 'Zope2').
+
- Fixed Shared.DC.ZRDB.Results to behave with the new-style
ExtensionClass. Added a test.
@@ -261,9 +264,8 @@
module level, thus binding it too early which would cause the
ZConfig handler to have no real effect.
- Zope 2.8a1
+ Zope 2.8a1 (2004/10/17)
-
Features added
- Included Stefan Holek's ZopeTestCase 0.9
Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py 2005-03-21 14:16:30 UTC (rev 29614)
+++ Zope/trunk/setup.py 2005-03-21 15:02:44 UTC (rev 29615)
@@ -605,6 +605,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