diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2013-06-29 11:14:16 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-07-01 06:04:06 +0900 |
commit | b38974f363f795708e39b43c768b04c02dd70f08 (patch) | |
tree | ec220c356b55f822bcbd8d4671ef23f72657aeea /setup.py | |
parent | d7db9cff47724de67969e88ee6a467f2e1f2061a (diff) |
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 <yamahata@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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, ) |