summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index d2be110..3edc75a 100644
--- a/setup.py
+++ b/setup.py
@@ -67,11 +67,11 @@ def read_file(file_name):
setuptools.setup(
name="python-reddwarfclient",
version="2013.2.6",
- author="Rackspace",
+ author="OpenStack",
description="Rich client bindings for Reddwarf REST API.",
long_description="""Rich client bindings for Reddwarf REST API.""",
license="Apache License, Version 2.0",
- url="https://github.com/openstack/python-reddwarfclient",
+ url="https://github.com/stackforge/python-reddwarfclient",
packages=["reddwarfclient"],
install_requires=parse_requirements(),
test_suite="nose.collector",