8000 Merge pull request #295 from ekampf/patch-1 · BioComputing/twilio-python@f91e1a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit f91e1a9

Browse files
authored
Merge pull request twilio#295 from ekampf/patch-1
docs and tests shouldnt be packaged and installed with the Twillio lib
2 parents 3f59c62 + b85de81 commit f91e1a9

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
@@ -36,7 +36,7 @@
3636
':python_version=="3.4"': ['pysocks'],
3737
':python_version=="3.5"': ['pysocks'],
3838
},
39-
packages = find_packages(),
39+
packages = find_packages(exclude=['docs', 'tests*']),
4040
include_package_data=True,
4141
classifiers = [
4242
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)
0