os-log-merger/oslogmerger
Monty Taylor 44d81d873e
Stop setting version manually
One of the reasons that pbr exists is to have versions be driven by
signed git tags instead of by content in the source repository. This has
the benefit of being both easier and preventing people from forgetting
to push a git tag when they cut a release.

Additionally, this code is doesn't work for sdist jobs in Zuul upstream
because it requires the project to be importable to run setup.py, but
sdist/wheel generation does not otherwise need to install dependencies.

Remove the override of version in setup.py and replace the hard-coded
version string in oslogmerger.py with the appropriate pbr code.

Change-Id: Ifdbb649b02d7e2fde6e8682e138c81817543fb08
2018-07-05 17:01:26 -05:00
..
probes Setup tox.ini for unit and pep8 testing 2018-02-28 23:19:52 +00:00
tests Enable py27 and py35 unit testing 2018-03-01 17:14:45 +00:00
__init__.py Initial commit 2015-10-27 14:01:45 +01:00
oslogmerger.py Stop setting version manually 2018-07-05 17:01:26 -05:00