Fix tests directory for Debian packaging
Change-Id: Iefdb4e9c233985de5f241a15d84d997767d9957a
This commit is contained in:
parent
41bed1fe44
commit
89204c6c26
2
setup.py
2
setup.py
@ -44,7 +44,7 @@ setuptools.setup(
|
|||||||
version=__version__,
|
version=__version__,
|
||||||
description="Python client for libra LBaaS solution",
|
description="Python client for libra LBaaS solution",
|
||||||
author="Andrew Hutchings <andrew@linuxjedi.co.uk>",
|
author="Andrew Hutchings <andrew@linuxjedi.co.uk>",
|
||||||
packages=setuptools.find_packages(exclude=["*.tests"]),
|
packages=setuptools.find_packages(exclude=["tests", "*.tests"]),
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'libra_client = libraclient.client:main',
|
'libra_client = libraclient.client:main',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user