Commit 2cf7e0fc authored by Hanno Schlichting's avatar Hanno Schlichting

Drop the mkzeoinstance script from Zope2 and point to the external package

parent 64e70f10
......@@ -11,6 +11,9 @@ Trunk (unreleased)
Restructuring
+++++++++++++
- Removed Zope2's own mkzeoinstance script. If you want to set up ZEO instances
please install the zope.mkzeoinstance and use its script.
- Removed deprecated ``read-only-database`` option from zope.conf.
- Updated copyright and license information to conform with repository policy.
......
......@@ -94,7 +94,6 @@ setup(name='Zope2',
'zope.interface',
'zope.lifecycleevent',
'zope.location',
'zope.mkzeoinstance',
'zope.pagetemplate',
'zope.processlifetime',
'zope.proxy',
......@@ -119,7 +118,6 @@ setup(name='Zope2',
zip_safe=False,
entry_points={
'console_scripts': [
'mkzeoinstance=zope.mkzeoinstance:main',
'mkzopeinstance=Zope2.utilities.mkzopeinstance:main',
'runzope=Zope2.Startup.run:run',
'zopectl=Zope2.Startup.zopectl:run',
......
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