Renamed reddwarfclient repo to troveclient.
Change-Id: I5462f951afb85828c9add0ad9201213e959d7406
This commit is contained in:
parent
facd76606b
commit
684daae39f
@ -1,4 +1,4 @@
|
|||||||
[gerrit]
|
[gerrit]
|
||||||
host=review.openstack.org
|
host=review.openstack.org
|
||||||
port=29418
|
port=29418
|
||||||
project=stackforge/python-reddwarfclient.git
|
project=openstack/python-troveclient.git
|
||||||
|
8
setup.py
8
setup.py
@ -65,13 +65,13 @@ def read_file(file_name):
|
|||||||
|
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="python-reddwarfclient",
|
name="python-troveclient",
|
||||||
version="0.1.2",
|
version="0.1.2",
|
||||||
author="OpenStack",
|
author="OpenStack",
|
||||||
description="Rich client bindings for Reddwarf REST API.",
|
description="Rich client bindings for Trove REST API.",
|
||||||
long_description="""Rich client bindings for Reddwarf REST API.""",
|
long_description="""Rich client bindings for Trove REST API.""",
|
||||||
license="Apache License, Version 2.0",
|
license="Apache License, Version 2.0",
|
||||||
url="https://github.com/stackforge/python-reddwarfclient",
|
url="https://openstack.org",
|
||||||
packages=["reddwarfclient"],
|
packages=["reddwarfclient"],
|
||||||
install_requires=parse_requirements(),
|
install_requires=parse_requirements(),
|
||||||
test_suite="nose.collector",
|
test_suite="nose.collector",
|
||||||
|
Loading…
Reference in New Issue
Block a user