Exclude test folder from package

DHC-1102

Ignore the test directory when looking for python packages to
avoid having the files installed

Change-Id: Ia30e821109c0f75f0f0c51bb995b2099aa30e063
Signed-off-by: Rosario Di Somma <rosario.disomma@dreamhost.com>
This commit is contained in:
Rosario Di Somma 2013-04-26 14:34:32 +02:00
parent 0cbf926bf0
commit 5e9818c17b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ setup(
'oslo.config'
],
namespace_packages=['akanda'],
packages=find_packages(),
packages=find_packages(exclude=['test']),
include_package_data=True,
zip_safe=False,
entry_points={