Change-Id: I4d1e7f47778d44e554f630e5d33ced9ae39343b7
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
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(
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',