Commit e754e3b0 authored by Tres Seaver's avatar Tres Seaver

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

parent a3fff6d1
......@@ -63,6 +63,9 @@ Zope Changes
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
......
......@@ -608,6 +608,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