X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=97d7b4b741772f6fd3db302765553e5a7f3beb72;hb=6082b7d161e7ccfbb38c1b7938c88c2619b8f690;hp=4fa3273689e03a70ef301aa14f5bc9265cffe52f;hpb=bcb678739b1007dc7ef2d2a0b4d509293f5a513e;p=osm%2FRO.git diff --git a/setup.py b/setup.py index 4fa32736..97d7b4b7 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*', 'pep440-git'), description = _description, long_description = open('README.rst').read(), author = _author,