Skip to content

Commit 63851f2

Browse files
authored
exclude the performance package
1 parent 060155c commit 63851f2

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
"Programming Language :: Python",
3939
"Programming Language :: Python :: 3",
4040
],
41-
packages=find_packages(),
41+
packages=find_packages(exclude=["performance"]),
4242
include_package_data=True,
4343
entry_points={
4444
"jupyterhub.proxies": [

0 commit comments

Comments
 (0)