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.
1 parent 6e7dfd6 commit 65995f5Copy full SHA for 65995f5
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