Commit 80c163ad authored by Tres Seaver's avatar Tres Seaver

Make 'setup.py' install the 'Zope' compatibility module.

parent 60eea064
......@@ -24,7 +24,7 @@ Zope Changes
- 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 @@ Zope Changes
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,8 +264,7 @@ Zope Changes
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
......
......@@ -605,6 +605,7 @@ setup(
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']] ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment