Added entry-point for murano-client CLI

Fixes MRN-879

Change-Id: Ic260349de80e4ab92239c8eef8e492507bbc40e9
This commit is contained in:
Alexander Tivelkov 2013-08-28 15:47:03 +04:00
parent ce04b998c7
commit e762c8ab7b
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ classifier =
packages =
muranoclient
[entry_points]
console_scripts =
murano = muranoclient.shell:main
[global]
setup-hooks =
pbr.hooks.setup_hook