Add version schedule pep440-git-full 92/6592/2
authortierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 1 Oct 2018 13:43:57 +0000 (15:43 +0200)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 1 Oct 2018 13:44:56 +0000 (15:44 +0200)
Change-Id: I23e53bd74c17685c691090b6abec6e15ea659698
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
setup.py

index 05431bd..733996c 100755 (executable)
--- 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,