From 51bceabd18b04a5663584a054322c9a04fcc29db Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 25 Jun 2012 11:10:02 -0500 Subject: Add post-tag versioning. Change-Id: Id921105dd2fa818cac7c66dc620b266fd5639d72 --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2c5e8e5..235a0f8 100644 --- a/setup.py +++ b/setup.py @@ -20,11 +20,7 @@ import setuptools import sys from swiftclient.openstack.common import setup -from swiftclient import version -# TODO: Figuring out how we are going to do the versioning (and if -# any). -version = version name = 'python-swiftclient' requires = setup.parse_requirements() @@ -36,7 +32,7 @@ def read(fname): setuptools.setup( name=name, - version=version, + version=setup.get_post_version('swiftclient'), description='Client Library for OpenStack Object Storage API', long_description=read('README.rst'), url='https://github.com/openstack/python-swiftclient', -- cgit v1.2.1