8000 Dont include tests in pip artifact · jstacoder/twilio-python@a12153e · GitHub
[go: up one dir, main page]

Skip to content

Commit a12153e

Browse files
committed
Dont include tests in pip artifact
1 parent 0c6d2b6 commit a12153e

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)
0