diff options
author | Tommy Carpenter <tommy@research.att.com> | 2017-09-20 21:01:20 -0400 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2017-09-20 21:08:36 -0400 |
commit | f3f90e0b41fdcf8e231045599137bc975ae67b2d (patch) | |
tree | 58ab4f7b1b14938d611aa7ef65c7751612611370 /python-discovery-client | |
parent | 8b28e65a1d692b524717749523d9cf8270c12d94 (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')
-rw-r--r-- | python-discovery-client/setup.py | 1 |
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', |