summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTrevor McKay <tmckay@redhat.com>2014-03-13 13:36:48 -0400
committerTrevor McKay <tmckay@redhat.com>2014-03-13 18:23:50 -0400
commit6b014ee3650e1d616195c5816f224e9d481c9746 (patch)
treef746305dbaaf55236dc6552d1e8f45f4453839bb /setup.cfg
parent38882f71987cb6be80a660b51c2ff0a31c2eacb1 (diff)
downloadpython-saharaclient-6b014ee3650e1d616195c5816f224e9d481c9746.tar.gz
Swap the saharaclient and savannaclient directories
Exchange the contents of the saharaclient and savannaclient directories so that 'savannlient' is the effective alias and 'saharaclient' contains all of the source code. * Change all of the imports that reference savannaclient to saharaclient * Change paths that reference savannaclient (under doc) * Leave variable and class names unchaned at this point * Leave references to python_savannaclient unchanged since the top * level dir name has not yet changed Partial-implements: blueprint savanna-renaming-client Change-Id: I83cb21922ae5a8cec291990b3ab67bb9e3cb2d62
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 365b1f6..a6dbee6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = python-savannaclient
-summary = Client library for Savanna API
+summary = Client library for Sahara API
description-file =
README.rst
license = Apache License, Version 2.0
@@ -28,10 +28,11 @@ packages =
[entry_points]
console_scripts =
- savanna = savannaclient.shell:main
+
+ sahara = saharaclient.shell:main
# TODO(slukjanov): remove this code (temp to migrate to the new name)
- sahara = savannaclient.shell:main
+ savanna = saharaclient.shell:main
[build_sphinx]
all_files = 1