X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fosmclient.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=689e926c8487c92d6a04f7148899f53b824118c8;hp=d5c9a2bb0ab75e2091f92d4c36cc417cedb339eb;hb=7d73c88c4aab1021c4e1ea3f210dd4a23a4aeb02;hpb=c94275062d1faf60c9b6ac360506bbd1a715c0ab diff --git a/setup.py b/setup.py index d5c9a2b..689e926 100644 --- a/setup.py +++ b/setup.py @@ -14,14 +14,19 @@ # under the License. from setuptools import setup, find_packages +_description = 'OSM client library and console script' + setup( name='osmclient', version_command=('git describe --match v* --tags --long --dirty', 'pep440-git-full'), - author='Mike Marchetti', - author_email='mmarchetti@sandvine.com', + author='ETSI', packages=find_packages(), include_package_data=True, + maintainer='Gerardo Garcia', + maintainer_email='gerardo.garciadeblas@telefonica.com', + description=_description, + license='Apache 2', install_requires=[ 'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic', 'jinja2', 'osm-im'