From: Benjamin Diaz Date: Tue, 9 Oct 2018 18:56:22 +0000 (-0300) Subject: Modifies version_command to use pep440-git-full X-Git-Tag: v5.0.0~14 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F6666%2F3;hp=cb76d133adebeda011a00b73c1df161ef3d6db8c;p=osm%2FPOL.git Modifies version_command to use pep440-git-full Signed-off-by: Benjamin Diaz --- diff --git a/setup.py b/setup.py index c3c735d..86dacc4 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from setuptools import setup _name = 'osm_policy_module' -_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git') +_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git-full') _author = "Benjamín Díaz" _author_email = 'bdiaz@whitestack.com' _description = 'OSM Policy Module'