Add version schedule pep440-git-full

Change-Id: I23e53bd74c17685c691090b6abec6e15ea659698
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/setup.py b/setup.py
index 05431bd..733996c 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@
 ]
 
 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,