From f3f90e0b41fdcf8e231045599137bc975ae67b2d Mon Sep 17 00:00:00 2001 From: Tommy Carpenter Date: Wed, 20 Sep 2017 21:01:20 -0400 Subject: Add metadata liscense to setup Issue-ID: DCAEGEN2-60 Change-Id: I9933f36fe7df6a6bf33f935b2702b5209f1bca81 Signed-off-by: Tommy Carpenter --- onap-dcae-cbs-docker-client/setup.py | 4 ++-- onap-dcae-dcaepolicy-lib/setup.py | 1 + python-discovery-client/setup.py | 1 + python-dockering/setup.py | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/onap-dcae-cbs-docker-client/setup.py b/onap-dcae-cbs-docker-client/setup.py index cef2525..2f6a76a 100644 --- a/onap-dcae-cbs-docker-client/setup.py +++ b/onap-dcae-cbs-docker-client/setup.py @@ -31,8 +31,8 @@ setup( version = "0.0.2", packages=find_packages(), author = "Tommy Carpenter", - author_email = "tommy at eh tee tee.com", - license = "", + author_email = "tommy@research.att.com", + license='Apache 2', keywords = "", url = "", install_requires=reqs diff --git a/onap-dcae-dcaepolicy-lib/setup.py b/onap-dcae-dcaepolicy-lib/setup.py index b149729..f6653c9 100644 --- a/onap-dcae-dcaepolicy-lib/setup.py +++ b/onap-dcae-dcaepolicy-lib/setup.py @@ -26,6 +26,7 @@ setup( description='lib of policy decorators to be used by cloudify plugins of dcae controller', version="1.0.0", author='Alex Shatov', + license='Apache 2', email="dcae@lists.openecomp.org", packages=['onap_dcae_dcaepolicy_lib'], install_requires=[ diff --git a/python-discovery-client/setup.py b/python-discovery-client/setup.py index ddd99de..8c6e3cb 100644 --- a/python-discovery-client/setup.py +++ b/python-discovery-client/setup.py @@ -28,6 +28,7 @@ setup( author = "Michael Hwang", email="dcae@lists.openecomp.org", description = ("Library of discovery functionality"), + license='Apache 2', install_requires = [ 'python-consul>=0.6.0,<1.0.0', 'requests>=2.11.0,<3.0.0', diff --git a/python-dockering/setup.py b/python-dockering/setup.py index a960d34..3639c95 100644 --- a/python-dockering/setup.py +++ b/python-dockering/setup.py @@ -24,6 +24,7 @@ setup( name='onap-dcae-dockering', description='Library used to manage Docker containers in DCAE', version="1.3.0", + license='Apache 2', author="Michael Hwang", email="dcae@lists.openecomp.org", packages=['dockering'], -- cgit 1.2.3-korg