Add version schedule pep440-git-full
Change-Id: I4d1e7f47778d44e554f630e5d33ced9ae39343b7
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/setup.py b/setup.py
index f16670a..c10a4f0 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
here = os.path.abspath(os.path.dirname(__file__))
_name = "osm_common"
-VERSION = "4.0.0rc2"
+# VERSION = "4.0.0rc2"
README = open(os.path.join(here, 'README.rst')).read()
setup(
@@ -13,8 +13,8 @@
name=_name,
description='OSM common utilities',
long_description=README,
- # version_command=('git describe --tags --long --dirty', 'pep440-git'),
- version=VERSION,
+ version_command=('git describe --tags --long --dirty', 'pep440-git-full'),
+ # version=VERSION,
# python_requires='>3.5',
author='ETSI OSM',
author_email='alfonso.tiernosepulveda@telefonica.com',