diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-06-14 18:18:04 -0400 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2013-06-14 18:18:04 -0400 |
| commit | 684daae39fe391f259a8768a9ae00c11f8c0b93e (patch) | |
| tree | f118f4f657ed6bbf58ec07e7e8d013c5d95c1b1c | |
| parent | facd76606b4a3001c10ba7639209a0641ae15995 (diff) | |
| download | python-troveclient-684daae39fe391f259a8768a9ae00c11f8c0b93e.tar.gz | |
Renamed reddwarfclient repo to troveclient.
Change-Id: I5462f951afb85828c9add0ad9201213e959d7406
| -rw-r--r-- | .gitreview | 2 | ||||
| -rw-r--r-- | setup.py | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=stackforge/python-reddwarfclient.git +project=openstack/python-troveclient.git @@ -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", |
