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-dockering/setup.py | |
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-dockering/setup.py')
-rw-r--r-- | python-dockering/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-dockering/setup.py b/python-dockering/setup.py index 3639c95..ab87e62 100644 --- a/python-dockering/setup.py +++ b/python-dockering/setup.py @@ -26,7 +26,7 @@ setup( version="1.3.0", license='Apache 2', author="Michael Hwang", - email="dcae@lists.openecomp.org", + email="mhwang@research.att.com", packages=['dockering'], zip_safe=False, install_requires=[ |