summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-11-06 06:12:53 +0000
committerGerrit Code Review <review@openstack.org>2012-11-06 06:12:53 +0000
commitb6f1b619d676944d6d1ab97788b099b25640f193 (patch)
tree9e16c0b175c64778ed177a00df733bd78484740e /setup.py
parent3c3f27131ef628b2c1c26f03cc593ee16c5143d5 (diff)
parent5f38eb736c50f4feb245f88780167ff0b41263c4 (diff)
downloadpython-keystoneclient-b6f1b619d676944d6d1ab97788b099b25640f193.tar.gz
Merge "Replace refs to 'Keystone API' with 'Identity API'"
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ced12b6..e46f99a 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ tests_require = setup.parse_requirements(['tools/test-requires'])
setuptools.setup(
name="python-keystoneclient",
version=setup.get_post_version('keystoneclient'),
- description="Client library for OpenStack Keystone API",
+ description="Client library for OpenStack Identity API (Keystone)",
long_description=read('README.rst'),
url='https://github.com/openstack/python-keystoneclient',
license='Apache',