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 63851f2 commit 987aab1Copy full SHA for 987aab1
setup.py
@@ -38,7 +38,7 @@
38
"Programming Language :: Python",
39
"Programming Language :: Python :: 3",
40
],
41
- packages=find_packages(exclude=["performance"]),
+ packages=find_packages(exclude=["performance", "tests"]),
42
include_package_data=True,
43
entry_points={
44
"jupyterhub.proxies": [
0 commit comments