From a12153e6ad573e0adf29933a4ab77c01ae23671e Mon Sep 17 00:00:00 2001 From: Evan Fossier Date: Mon, 10 Apr 2017 11:57:14 -0700 Subject: [PATCH] Dont include tests in pip artifact --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b6d2a45da..5cdb1b440d 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ ':python_version=="3.5"': ['pysocks'], ':python_version=="3.6"': ['pysocks'], }, - packages = find_packages(), + packages = find_packages(exclude=['tests', 'tests.*']), include_package_data=True, classifiers = [ "Development Status :: 5 - Production/Stable",