summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2011-11-02 15:33:14 -0400
committerThierry Carrez <thierry@openstack.org>2011-11-02 15:48:28 -0400
commit4d774dbdbf68b8e6ac267e6b2db359d4a7b49aff (patch)
treeaf1533952a888d8ed7b35f838e470077696b16a7 /setup.py
parent647f6a91f2026b9ab77ee92605d65cd5c23b361d (diff)
downloadkeystone-4d774dbdbf68b8e6ac267e6b2db359d4a7b49aff.tar.gz
keystone-4d774dbdbf68b8e6ac267e6b2db359d4a7b49aff.tar.xz
keystone-4d774dbdbf68b8e6ac267e6b2db359d4a7b49aff.zip
Use pure version number ("2012.1") in tarball name
Makes setup.py use a canonical_version() function that returns the pure (final) version number. That version number is used in tarball name and as the main tarball directory. This brings Keystone in line with the other core projects and needs to be in before Essex-1 delivery. Change-Id: I8adb45ccc619a9a77d7a4da013d7cc9cf6277f86
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2d99642e..6337dc92 100755
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ except:
setup(
name='keystone',
- version=keystone.version(),
+ version=keystone.canonical_version(),
description="Authentication service - proposed for OpenStack",
license='Apache License (2.0)',
classifiers=["Programming Language :: Python"],