diff options
author | Lusheng Ji <lji@research.att.com> | 2017-09-21 03:22:18 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-21 03:22:27 +0000 |
commit | d4c05d0b349519dee045485705d01aff1540673a (patch) | |
tree | d5be047772ea713863e431bf8f14dbc776a5fee9 /python-discovery-client | |
parent | f3f90e0b41fdcf8e231045599137bc975ae67b2d (diff) |
Fix raw artifact push path
Issue-Id: DCAEGEN2-60
Change-Id: I0f420b6a4ebbdf0f2a9d6acd56d09f7366358b2d
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'python-discovery-client')
-rw-r--r-- | python-discovery-client/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-discovery-client/setup.py b/python-discovery-client/setup.py index 8c6e3cb..8648808 100644 --- a/python-discovery-client/setup.py +++ b/python-discovery-client/setup.py @@ -26,7 +26,7 @@ setup( version = "2.1.0", packages = find_packages(), author = "Michael Hwang", - email="dcae@lists.openecomp.org", + email="mhwang@research.att.com", description = ("Library of discovery functionality"), license='Apache 2', install_requires = [ |