X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=setup.py;h=cdccff9d6a9bda39a10c81d15937841037f7633c;hp=6cfe17b738863b24ce447f023c4542b1cd6973da;hb=2b5a566395883b7d1959344bc725186bda441d01;hpb=d6ccaf7e0a66331e9be1046642868f84e7184a31;ds=inline diff --git a/setup.py b/setup.py index 6cfe17b..cdccff9 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='osm_im', description='OSM Information Model', long_description = open('README.rst').read(), - version_command=('git describe --tags --long --dirty', 'pep440-git'), + version_command=('git describe --tags --long --dirty --match v*', 'pep440-git'), author='Mike Marchetti', author_email='mmarchetti@sandvine.com', packages=find_packages(),