Fix tests directory for Debian packaging

Change-Id: Iefdb4e9c233985de5f241a15d84d997767d9957a
This commit is contained in:
Andrew Hutchings 2013-01-24 10:28:25 -08:00
parent 41bed1fe44
commit 89204c6c26
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ setuptools.setup(
version=__version__,
description="Python client for libra LBaaS solution",
author="Andrew Hutchings <andrew@linuxjedi.co.uk>",
packages=setuptools.find_packages(exclude=["*.tests"]),
packages=setuptools.find_packages(exclude=["tests", "*.tests"]),
entry_points={
'console_scripts': [
'libra_client = libraclient.client:main',