From 13df77a3c1118782f7ef0316eca19e16a1e1c091 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Wed, 20 Dec 2017 13:20:21 -0500 Subject: [PATCH] Don't install the tests. Signed-off-by: Randy Barlow --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4b35b2..449fc06 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup(name='cornice_sphinx', author='Mozilla Services and contributors', author_email='services-dev@mozilla.org', url='https://github.com/Cornices/cornice.ext.sphinx', - packages=find_packages(), + packages=find_packages(exclude=('tests', 'tests.*')), include_package_data=True, zip_safe=False, install_requires=requires, -- 2.9.5