From 684daae39fe391f259a8768a9ae00c11f8c0b93e Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 14 Jun 2013 18:18:04 -0400 Subject: [PATCH] Renamed reddwarfclient repo to troveclient. Change-Id: I5462f951afb85828c9add0ad9201213e959d7406 --- .gitreview | 2 +- setup.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitreview b/.gitreview index b44f5dfd..37255d89 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=stackforge/python-reddwarfclient.git +project=openstack/python-troveclient.git diff --git a/setup.py b/setup.py index 531c5419..5d35a8bb 100644 --- a/setup.py +++ b/setup.py @@ -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",