From: Mike Marchetti Date: Tue, 14 Aug 2018 13:13:59 +0000 (-0400) Subject: Match correct version tag X-Git-Tag: v5.0.0~46 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=commitdiff_plain;h=69b9aeb7db7be601bb631f9ad85924484194ec3c Match correct version tag Signed-off-by: Mike Marchetti --- diff --git a/setup.py b/setup.py index 3cdb8ad..f4c9f0d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( 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',