X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=45de1f8baaa50983dabf6ce2d148f71c116b9124;hb=567bba5022bfe2030b4f5f6bc2cd943beb277f85;hp=0c7f0558efd94ba3348620c6d1c7c0eab1cae092;hpb=8d9500120b991ed3da532fa37bffb237835a2e13;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index 0c7f055..45de1f8 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,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',