From fb16aa422b45e1c1c836f7429dad452ff69ee3cd Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Wed, 16 Oct 2019 19:41:43 +0200 Subject: [PATCH] Remove version attribute from setup.cfg This project uses pbr so it uses git tags and Sem-Ver pseudo header in commit messages. Having versin setup.cfg can lead to conflicts and errors when trying to get the package version using setup.py --version. Note that pbr provides the Sem-Ver "magic" works to bump releases without adding a tag [1]. [1] https://docs.openstack.org/pbr/latest/user/features.html#version Change-Id: I83f5c66d80601bd241b2e7e5ed0682c96000c32f Closes-Bug: #1848364 (cherry picked from commit 6e56a244f713cbf8531c6ed79322cf63ab029ea9) --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9183f1f4..bb00300a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = ec2-api -version = 9.0.0 summary = OpenStack Ec2api Service description-file = README.rst