Add version schedule pep440-git-full
[osm/common.git] / setup.py
index f16670a..c10a4f0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from setuptools import setup
 
 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 @@ setup(
     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',