We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e7dfd6 + 65995f5 commit 3e021aeCopy full SHA for 3e021ae
setup.py
@@ -38,7 +38,7 @@
38
':python_version=="3.5"': ['pysocks'],
39
':python_version=="3.6"': ['pysocks'],
40
},
41
- packages = find_packages(),
+ packages = find_packages(exclude=['tests', 'tests.*']),
42
include_package_data=True,
43
classifiers = [
44
"Development Status :: 5 - Production/Stable",
0 commit comments