Commit 6b97ea43 authored by Rafael Monnerat's avatar Rafael Monnerat

Fix wrong definition of console script

  [agent] referer to an extra_requires which don't exist anymore
parent 903724ba
......@@ -60,7 +60,7 @@ setup(name=name,
# accessing templates
entry_points={
'console_scripts': [
'agent = slapos.agent.agent:main [agent]',
'agent = slapos.agent.agent:main',
'check-web-page-http-cache-hit = slapos.promise.check_web_page_http_cache_hit:main',
'clouddestroy = slapos.cloudmgr.destroy:main',
'cloudgetprivatekey = slapos.cloudmgr.getprivatekey: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