X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=c1d91ac2656c8b293118a2db15e0e074cd55659f;hb=76f3ee71b675cd7680598551e4de2eb361c35a99;hp=a34c70884d97f81c99c62a5026559f2471da2bdf;hpb=e580c7d9d4c0f8a093597d83808f96cdab261b0c;p=osm%2FRO.git diff --git a/setup.py b/setup.py index a34c7088..c1d91ac2 100755 --- a/setup.py +++ b/setup.py @@ -37,11 +37,11 @@ _requirements = [ "boto", #"lib_osm_openvim", #"osm_im", - "python-crypto", + "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,