summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2012-01-17 15:06:25 +0100
committerThierry Carrez <thierry@openstack.org>2012-01-17 15:06:25 +0100
commitd1171195e771b3de4a40c3773d10f5d0837da2b2 (patch)
tree1187bf098c8bc207a8d9e66c3ef01472ef4dd65a /setup.py
parentd67df1a3d9e0bb8b2adc4db8712bfab6dfe0272c (diff)
downloadpython-keystoneclient-d1171195e771b3de4a40c3773d10f5d0837da2b2.tar.gz
Adjust version number to match other deliveries
Set version from 2.7 to 2012.1 to match the other OpenStack Keystone deliveries (python-keystoneclient will be released as part of Keystone 2012.1~e3). Also adjusted the location of the git repository to match new location. Fixes bug 917656. Change-Id: I4d8d071e3cdc5665e29a89067958f5f1e8964221
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 19d9e3e..969e65c 100644
--- a/setup.py
+++ b/setup.py
@@ -12,10 +12,10 @@ if sys.version_info < (2, 6):
setup(
name = "python-keystoneclient",
- version = "2.7",
+ version = "2012.1",
description = "Client library for OpenStack Keystone API",
long_description = read('README.rst'),
- url = 'https://github.com/4P/python-keystoneclient',
+ url = 'https://github.com/openstack/python-keystoneclient',
license = 'Apache',
author = 'Nebula Inc, based on work by Rackspace and Jacob Kaplan-Moss',
author_email = 'gabriel.hurley@nebula.com',