Skip to content

Commit 3e021ae

Browse files
authored
Merge pull request #330 from twilio/dont-distribute-tests-alpha
Dont include tests in pip artifact (Alpha)
2 parents 6e7dfd6 + 65995f5 commit 3e021ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
':python_version=="3.5"': ['pysocks'],
3939
':python_version=="3.6"': ['pysocks'],
4040
},
41-
packages = find_packages(),
41+
packages = find_packages(exclude=['tests', 'tests.*']),
4242
include_package_data=True,
4343
classifiers = [
4444
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)