Commit 31454526 authored by Andreas Jung's avatar Andreas Jung

updated

parent 3b38fce3
...@@ -261,4 +261,9 @@ setup(name='Zope2', ...@@ -261,4 +261,9 @@ setup(name='Zope2',
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
entry_points={
'console_scripts' : [
'mkzopeinstance=utilities.mkzopeinstance:main',
]
},
) )
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