X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=c1d91ac2656c8b293118a2db15e0e074cd55659f;hb=bfd1fbafc129f802aabc4cad221a3007dd7a3795;hp=4fa3273689e03a70ef301aa14f5bc9265cffe52f;hpb=bcb678739b1007dc7ef2d2a0b4d509293f5a513e;p=osm%2FRO.git diff --git a/setup.py b/setup.py index 4fa32736..c1d91ac2 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ _requirements = [ ] setup(name=_name, - version_command=('git describe', 'pep440-git'), + version_command=('git describe --match v* --tags --long --dirty', 'pep440-git-full'), description = _description, long_description = open('README.rst').read(), author = _author,