Commit eb632007 authored by Nicolas Delaby's avatar Nicolas Delaby

Rename cloudooo as paster application to avoid conflict with cloudooo as egg namespace


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42208 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 91c3ecd4
......@@ -47,7 +47,7 @@ setup(name='cloudooo',
test_requires=test_require_list,
entry_points="""
[paste.app_factory]
main = cloudooo.cloudooo:application
main = cloudooo.paster_application:application
[console_scripts]
cloudooo_tester = cloudooo.bin.cloudooo_tester:main
echo_cloudooo_conf = cloudooo.bin.echo_cloudooo_conf: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