X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=bb0a0ab1470c07a9cb3c6ad7ddfe06aa9df97ff4;hb=27d003d53373040bf7a65486f6cd76954f2bc508;hp=ffef539ce44b56b6cd7e1a502985ccb9bde84933;hpb=6e9d2eb347c5daca2a598b607dc6d51c15662406;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index ffef539..bb0a0ab 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 --match v* --tags --long --dirty', 'pep440-git'), + version_command=('git describe --match v* --tags --long --dirty', 'pep440-git-full'), # version=VERSION, # python_requires='>3.5.0', author='ETSI OSM',