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
This commit is contained in:
4
setup.py
4
setup.py
@@ -12,10 +12,10 @@ if sys.version_info < (2, 6):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "python-keystoneclient",
|
name = "python-keystoneclient",
|
||||||
version = "2.7",
|
version = "2012.1",
|
||||||
description = "Client library for OpenStack Keystone API",
|
description = "Client library for OpenStack Keystone API",
|
||||||
long_description = read('README.rst'),
|
long_description = read('README.rst'),
|
||||||
url = 'https://github.com/4P/python-keystoneclient',
|
url = 'https://github.com/openstack/python-keystoneclient',
|
||||||
license = 'Apache',
|
license = 'Apache',
|
||||||
author = 'Nebula Inc, based on work by Rackspace and Jacob Kaplan-Moss',
|
author = 'Nebula Inc, based on work by Rackspace and Jacob Kaplan-Moss',
|
||||||
author_email = 'gabriel.hurley@nebula.com',
|
author_email = 'gabriel.hurley@nebula.com',
|
||||||
|
Reference in New Issue
Block a user