X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=689e926c8487c92d6a04f7148899f53b824118c8;hb=refs%2Fchanges%2F84%2F8484%2F1;hp=d5c9a2bb0ab75e2091f92d4c36cc417cedb339eb;hpb=b7463a4821eabd214b2b38d54db38a5a1aae53d6;p=osm%2Fosmclient.git 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'