X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=setup.py;h=71c7eaefbbdd4509492bcff11a21ef93210b32d6;hp=dfa5cee57b5391ccd67dddbefb9020a0c738beff;hb=refs%2Fchanges%2F65%2F10665%2F3;hpb=76f6a62b4cc15bc77cf1270d2b1630524fb2879f diff --git a/setup.py b/setup.py index dfa5cee..71c7eae 100644 --- a/setup.py +++ b/setup.py @@ -48,12 +48,11 @@ setup( description='OSM Information Model', long_description=open('README.rst').read(), version_command=('git describe --tags --long --dirty --match v*', 'pep440-git-full'), - author='Mike Marchetti', - author_email='mmarchetti@sandvine.com', + author='OSM Support', + author_email='osmsupport@etsi.org', packages=find_packages(), include_package_data=True, setup_requires=['setuptools-version-command'], - install_requires=['pyang', 'pyangbind'], test_suite='nose.collector', url='https://osm.etsi.org/gitweb/?p=osm/IM.git;a=summary', license='Apache 2.0',