X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=setup.py;h=f4c9f0d9810e75663475c2ef49caf55388b3d403;hp=3cdb8ad5cc145592aa28e88292f3d6b6685b1983;hb=b69fb3ca37645088483959976edbfc7fda66df8d;hpb=2f4fc964a290556d059905a4f6d1c35d3fd680f3 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',