From b38974f363f795708e39b43c768b04c02dd70f08 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Sat, 29 Jun 2013 11:14:16 +0900 Subject: rename ryu-client under ryu/tests Since it is debugging tool for developer, don't install it. and move it under ryu/rests directory. Signed-off-by: Isaku Yamahata Signed-off-by: FUJITA Tomonori --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0c7436dc..efbb550d 100644 --- a/setup.py +++ b/setup.py @@ -59,8 +59,7 @@ setup(name='ryu', install_requires=requires, license='Apache License 2.0', packages=find_packages(), - scripts=['bin/ryu-manager', - 'bin/ryu-client'], + scripts=['bin/ryu-manager', ], data_files=data_files, include_package_data=True, ) -- cgit v1.2.3