From a28cc39929bef8027300c158d6c4804c0f55db75 Mon Sep 17 00:00:00 2001 From: linux_geek Date: Thu, 17 Nov 2016 08:33:03 +0500 Subject: Bugfix: Correct the path in setup and entry points JIRA: QTIP-154 Change-Id: I00320818e2d2e633c901b126775cbeb5a721f6fd Signed-off-by: Taseer Ahmed --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e00e97ba..15900362 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,9 @@ setup( author='OPNFV', author_email='zhang.yujunz@zte.com.cn', install_requires=['click', 'pyyaml', 'prettytable'], - packages=['cli'], + packages=['qtip.cli'], entry_points={ - 'console_scripts': ['qtip=cli.entry:cli'] + 'console_scripts': ['qtip=qtip.cli.entry:cli'] }, license='Apache-2.0', keywords="performance benchmark opnfv", -- cgit 1.2.3-korg