X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=97d7b4b741772f6fd3db302765553e5a7f3beb72;hb=6082b7d161e7ccfbb38c1b7938c88c2619b8f690;hp=70cefd4688a926a98e5e72abc829e4fec93d4b43;hpb=a92a0eaaf370c626b442863f4127cd11fc64754c;p=osm%2FRO.git diff --git a/setup.py b/setup.py index 70cefd46..97d7b4b7 100755 --- a/setup.py +++ b/setup.py @@ -37,10 +37,11 @@ _requirements = [ "boto", #"lib_osm_openvim", #"osm_im", + "pycrypto", ] 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,