From 27d003d53373040bf7a65486f6cd76954f2bc508 Mon Sep 17 00:00:00 2001 From: tierno Date: Mon, 1 Oct 2018 15:24:32 +0200 Subject: [PATCH] Add version schedule pep440-git-full Change-Id: I150e22addce9bfb843e3ac95ef6e9e31035ff5e8 Signed-off-by: tierno --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.25.1