[Zope-Checkins] SVN: Zope/trunk/setup.py added mkzeoinstance
Andreas Jung
andreas at andreas-jung.com
Thu Feb 19 11:36:36 EST 2009
Log message for revision 96766:
added mkzeoinstance
Changed:
U Zope/trunk/setup.py
-=-
Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py 2009-02-19 15:54:53 UTC (rev 96765)
+++ Zope/trunk/setup.py 2009-02-19 16:36:36 UTC (rev 96766)
@@ -241,6 +241,7 @@
zip_safe=False,
entry_points={
'console_scripts' : [
+ 'mkzeoinstance=Zope2.utilities.mkzeoinstance:main',
'mkzopeinstance=Zope2.utilities.mkzopeinstance:main',
'zpasswd=Zope2.utilities.zpasswd:main',
]
More information about the Zope-Checkins
mailing list