summaryrefslogtreecommitdiffstats
path: root/python-discovery-client/setup.py
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 /python-discovery-client/setup.py
parent8b28e65a1d692b524717749523d9cf8270c12d94 (diff)
Add metadata liscense to setup
Issue-ID: DCAEGEN2-60 Change-Id: I9933f36fe7df6a6bf33f935b2702b5209f1bca81 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'python-discovery-client/setup.py')
-rw-r--r--python-discovery-client/setup.py1
1 files changed, 1 insertions, 0 deletions
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',