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 6e56a244f7)
This commit is contained in:
Alfredo Moralejo 2019-10-16 19:41:43 +02:00
parent 7cd7e458b7
commit fb16aa422b
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
[metadata]
name = ec2-api
version = 9.0.0
summary = OpenStack Ec2api Service
description-file =
README.rst