summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2017-09-20 21:01:20 -0400
committerTommy Carpenter <tommy@research.att.com>2017-09-20 21:08:36 -0400
commitf3f90e0b41fdcf8e231045599137bc975ae67b2d (patch)
tree58ab4f7b1b14938d611aa7ef65c7751612611370
parent8b28e65a1d692b524717749523d9cf8270c12d94 (diff)
Add metadata liscense to setup
Issue-ID: DCAEGEN2-60 Change-Id: I9933f36fe7df6a6bf33f935b2702b5209f1bca81 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
-rw-r--r--onap-dcae-cbs-docker-client/setup.py4
-rw-r--r--onap-dcae-dcaepolicy-lib/setup.py1
-rw-r--r--python-discovery-client/setup.py1
-rw-r--r--python-dockering/setup.py1
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'],