X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=c1d91ac2656c8b293118a2db15e0e074cd55659f;hb=76f3ee71b675cd7680598551e4de2eb361c35a99;hp=70cefd4688a926a98e5e72abc829e4fec93d4b43;hpb=a92a0eaaf370c626b442863f4127cd11fc64754c;p=osm%2FRO.git diff --git a/setup.py b/setup.py index 70cefd46..c1d91ac2 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* --tags --long --dirty', 'pep440-git-full'), description = _description, long_description = open('README.rst').read(), author = _author,