summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSergey Lukjanov <slukjanov@mirantis.com>2014-03-10 19:41:24 +0400
committerTrevor McKay <tmckay@redhat.com>2014-03-11 15:55:00 -0400
commit8ef51373291982a88da066eda19f86e4597b42a6 (patch)
treec8113a02e2075e811edc4f7160fc83946ac466c6 /setup.cfg
parent7691dcff6e55305dd6c387e374b487f3f830c189 (diff)
downloadpython-saharaclient-8ef51373291982a88da066eda19f86e4597b42a6.tar.gz
Make savanna able to be executed/used as sahara
* add endpoint alias for cli; * add saharaclient package with link to the savanna client. In future we'll remove savanna endpoints. Change-Id: Iec7fd8b13f7a6f1e1ab84a22b5175954189018a3
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 8 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index a6d7c6f..365b1f6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,10 +22,16 @@ classifier =
setup-hooks = pbr.hooks.setup_hook
[files]
-packages = savannaclient
+packages =
+ savannaclient
+ saharaclient
[entry_points]
-console_scripts = savanna = savannaclient.shell:main
+console_scripts =
+ savanna = savannaclient.shell:main
+
+ # TODO(slukjanov): remove this code (temp to migrate to the new name)
+ sahara = savannaclient.shell:main
[build_sphinx]
all_files = 1