From 1f7d9d8e4e87be8c104fb93f133c2e68880a77c8 Mon Sep 17 00:00:00 2001 From: tierno Date: Mon, 1 Oct 2018 15:43:57 +0200 Subject: [PATCH] Add version schedule pep440-git-full Change-Id: I23e53bd74c17685c691090b6abec6e15ea659698 Signed-off-by: tierno --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05431bd4..733996c2 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ _requirements = [ ] setup(name=_name, - version_command=('git describe --match v*', 'pep440-git'), + version_command=('git describe --match v*', 'pep440-git-full'), description = _description, long_description = open('README.rst').read(), author = _author, -- 2.17.1