From 43f18d19dc859f4bf59b1f21aa921d8674d5e977 Mon Sep 17 00:00:00 2001 From: DR695H Date: Wed, 22 May 2019 15:36:04 -0400 Subject: adding in new onap lib and servicemapping this remvoes the need for servicemapping.json Change-Id: I4a151293c19a386b79135816e86f7402ba29ad8d Issue-ID: TEST-157 Signed-off-by: DR695H --- robotframework-onap/setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'robotframework-onap/setup.py') diff --git a/robotframework-onap/setup.py b/robotframework-onap/setup.py index 6cecbc5..31168e5 100644 --- a/robotframework-onap/setup.py +++ b/robotframework-onap/setup.py @@ -39,11 +39,12 @@ setup( 'requests', 'future' ], # what we need - packages=['eteutils', 'loadtest', 'vcpeutils'], # The name of your scripts package + packages=['eteutils', 'loadtest', 'vcpeutils', 'ONAPLibrary'], # The name of your scripts package package_dir={ 'eteutils': 'eteutils', 'loadtest': 'loadtest', - 'vcpeutils': 'vcpeutils' + 'vcpeutils': 'vcpeutils', + 'ONAPLibrary': 'ONAPLibrary' }, # The location of your scipts package classifiers=[ 'Development Status :: 4 - Beta', -- cgit 1.2.3-korg