From 2059631502ca96da2dccac3450fc334c023c42cb Mon Sep 17 00:00:00 2001 From: lavado Date: Mon, 1 Oct 2018 09:59:17 -0500 Subject: [PATCH] Add version schedule pep440-git-full Change-Id: I71a46fae027ba3faee2c5e0239a893ae75e8de25 Signed-off-by: lavado --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ea105c..16c056b 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def parse_requirements(requirements): _name = 'osm_mon' -_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git') +_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git-full') _description = 'OSM Monitoring Module' _author = "Benjamín Díaz" _author_email = 'bdiaz@whitestack.com' -- 2.17.1