X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=16c056bb007c14910a90cc24275fa6a5e398e271;hb=53ad3c4c5d87a5b392a74cf386c29c67276ed3cb;hp=6ea105cea6d907f0fd301a3cf60172c0d619cbec;hpb=31c6f75e3de00a15174be49145f1a3bbe83063b1;p=osm%2FMON.git diff --git a/setup.py b/setup.py index 6ea105c..16c056b 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def parse_requirements(requirements): _name = 'osm_mon' -_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git') +_version_command = ('git describe --match v* --tags --long --dirty', 'pep440-git-full') _description = 'OSM Monitoring Module' _author = "Benjamín Díaz" _author_email = 'bdiaz@whitestack.com'