| commit | 69b9aeb7db7be601bb631f9ad85924484194ec3c | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Tue Aug 14 09:13:59 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Tue Aug 14 09:13:59 2018 -0400 |
| tree | fd337517760e1c0206bcf67cdfa9d634585112e5 | |
| parent | 7ce1db93057aff3f9679f45ac15c9862e8ac6d2a [diff] |
Match correct version tag Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/setup.py b/setup.py index 3cdb8ad..f4c9f0d 100644 --- a/setup.py +++ b/setup.py
@@ -15,7 +15,7 @@ name=_name, description='OSM North Bound Interface', long_description=README, - version_command=('git describe --tags --long --dirty', 'pep440-git'), + version_command=('git describe --match v* --tags --long --dirty', 'pep440-git'), # version=VERSION, # python_requires='>3.5.0', author='ETSI OSM',