Renamed reddwarfclient repo to troveclient.

Change-Id: I5462f951afb85828c9add0ad9201213e959d7406
This commit is contained in:
Monty Taylor 2013-06-14 18:18:04 -04:00
parent facd76606b
commit 684daae39f
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/python-reddwarfclient.git
project=openstack/python-troveclient.git

View File

@ -65,13 +65,13 @@ def read_file(file_name):
setuptools.setup(
name="python-reddwarfclient",
name="python-troveclient",
version="0.1.2",
author="OpenStack",
description="Rich client bindings for Reddwarf REST API.",
long_description="""Rich client bindings for Reddwarf REST API.""",
description="Rich client bindings for Trove REST API.",
long_description="""Rich client bindings for Trove REST API.""",
license="Apache License, Version 2.0",
url="https://github.com/stackforge/python-reddwarfclient",
url="https://openstack.org",
packages=["reddwarfclient"],
install_requires=parse_requirements(),
test_suite="nose.collector",