summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-06-14 18:18:04 -0400
committerMonty Taylor <mordred@inaugust.com>2013-06-14 18:18:04 -0400
commit684daae39fe391f259a8768a9ae00c11f8c0b93e (patch)
treef118f4f657ed6bbf58ec07e7e8d013c5d95c1b1c
parentfacd76606b4a3001c10ba7639209a0641ae15995 (diff)
downloadpython-troveclient-684daae39fe391f259a8768a9ae00c11f8c0b93e.tar.gz
Renamed reddwarfclient repo to troveclient.
Change-Id: I5462f951afb85828c9add0ad9201213e959d7406
-rw-r--r--.gitreview2
-rw-r--r--setup.py8
2 files changed, 5 insertions, 5 deletions
diff --git a/.gitreview b/.gitreview
index b44f5df..37255d8 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 531c541..5d35a8b 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",