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>
This commit is contained in:
parent
d7db9cff47
commit
b38974f363
@ -90,7 +90,7 @@ run_tests() {
|
|||||||
run_pylint() {
|
run_pylint() {
|
||||||
echo "Running pylint ..."
|
echo "Running pylint ..."
|
||||||
PYLINT_OPTIONS="--rcfile=.pylintrc --output-format=parseable"
|
PYLINT_OPTIONS="--rcfile=.pylintrc --output-format=parseable"
|
||||||
PYLINT_INCLUDE="ryu bin/ryu-manager bin/ryu-client"
|
PYLINT_INCLUDE="ryu bin/ryu-manager ryu/tests/bin/ryu-client"
|
||||||
export PYTHONPATH=$PYTHONPATH:.ryu
|
export PYTHONPATH=$PYTHONPATH:.ryu
|
||||||
PYLINT_LOG=pylint.log
|
PYLINT_LOG=pylint.log
|
||||||
|
|
||||||
|
3
setup.py
3
setup.py
@ -59,8 +59,7 @@ setup(name='ryu',
|
|||||||
install_requires=requires,
|
install_requires=requires,
|
||||||
license='Apache License 2.0',
|
license='Apache License 2.0',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
scripts=['bin/ryu-manager',
|
scripts=['bin/ryu-manager', ],
|
||||||
'bin/ryu-client'],
|
|
||||||
data_files=data_files,
|
data_files=data_files,
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user