X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=setup.py;h=b08ea17498db83266ac3c8ca20d6d1050e2fae16;hp=ce3d5d6c8f67f2ac9b747f5c449d767ca6afa2b6;hb=bb0b5fb89fc1a44491f8fe76e16ac006b04705f8;hpb=685b301d64299f1cd888154b559bc5480c982937 diff --git a/setup.py b/setup.py index ce3d5d6..b08ea17 100644 --- a/setup.py +++ b/setup.py @@ -4,13 +4,13 @@ setup( name='osm_im', description='OSM Information Model', long_description = open('README.rst').read(), - version_command=('git describe --tags --long --dirty', 'pep440-git'), + version_command=('git describe --tags --long --dirty --match v*', 'pep440-git-full'), author='Mike Marchetti', author_email='mmarchetti@sandvine.com', packages=find_packages(), include_package_data=True, install_requires=[ - #'pyangbind' + 'pyangbind' ], setup_requires=['setuptools-version-command'], test_suite='nose.collector',