Skip to content

Commit 987aab1

Browse files
authored
also exclude tests
1 parent 63851f2 commit 987aab1

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

0 commit comments

Comments
 (0)