X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=ce3d5d6c8f67f2ac9b747f5c449d767ca6afa2b6;hb=refs%2Fchanges%2F56%2F2156%2F1;hp=84a8b0595d3e509fddf7944e0515bd4c8886efcd;hpb=94b645e0104e813616289a24c2f53b32c6931b0c;p=osm%2FIM.git diff --git a/setup.py b/setup.py index 84a8b05..ce3d5d6 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,15 @@ from setuptools import setup, find_packages setup( name='osm_im', + description='OSM Information Model', + long_description = open('README.rst').read(), version_command=('git describe --tags --long --dirty', 'pep440-git'), 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',