diff options
-rw-r--r-- | onap-dcae-cbs-docker-client/setup.py | 4 | ||||
-rw-r--r-- | onap-dcae-dcaepolicy-lib/setup.py | 1 | ||||
-rw-r--r-- | python-discovery-client/setup.py | 1 | ||||
-rw-r--r-- | 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'], |