summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTrevor McKay <tmckay@redhat.com>2014-03-12 11:57:40 -0400
committerGerrit Code Review <review@openstack.org>2014-03-13 22:24:51 +0000
commit7629f595188411b264027c17f4f3fc96ed440fc9 (patch)
treeea3583224fa56a82ac24f14f79d0202ded6ef13f /setup.cfg
parent6b014ee3650e1d616195c5816f224e9d481c9746 (diff)
downloadpython-saharaclient-7629f595188411b264027c17f4f3fc96ed440fc9.tar.gz
Change packaging references to python-saharaclient
Now that the git repo has been renamed, all references to the project in the packaging code have been changed to 'saharaclient'. It will now install as python-saharaclient but still retains /usr/bin/savanna and site-packages/savannaclient for legacy code support. Partial-implements: blueprint savanna-renaming-client Change-Id: Ib1d3022dffb2fa7319dd51ecad6c6d7072915472
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index a6dbee6..5a3040f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,12 +1,12 @@
[metadata]
-name = python-savannaclient
+name = python-saharaclient
summary = Client library for Sahara API
description-file =
README.rst
license = Apache License, Version 2.0
author = OpenStack
author-email = openstack-dev@lists.openstack.org
-home-page = https://github.com/stackforge/python-savannaclient
+home-page = https://github.com/openstack/python-saharaclient
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology