X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=c1d91ac2656c8b293118a2db15e0e074cd55659f;hb=76f3ee71b675cd7680598551e4de2eb361c35a99;hp=4fa3273689e03a70ef301aa14f5bc9265cffe52f;hpb=e72710b0ac189586e822a71a611f87fdce6a917d;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,