diff --git a/setup.py b/setup.py index 1c3c65362..1bf8db38d 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( url='http://www.fig.sh/', author='Docker, Inc.', license='Apache License 2.0', - packages=find_packages(), + packages=find_packages(exclude=[ 'tests.*', 'tests' ]), include_package_data=True, test_suite='nose.collector', install_requires=install_requires,