Remove unneeded version string from setup.cfg

This commit removes the version string from setup.cfg. We can rely on
pbr to set the correct version based on the git tags so we don't need
to manually set it.

Change-Id: I3170ac51124e862a35709fd1a3902bb0148cf247
This commit is contained in:
Matthew Treinish 2014-12-04 23:39:33 -05:00
parent a1d79d46ad
commit e600e573e9
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
[metadata]
name = subunit2sql
version = 0.3.0
summary = Command to Read a subunit file or stream and put the data in a SQL DB
description-file =
README.rst