Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit e38f383

Browse files
committed
Don't auto build JupyterLab extension on build
1 parent 195caee commit e38f383

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,5 @@ def readme():
153153
],
154154
cmdclass=dict(
155155
build_js=BuildLabextension,
156-
build_py=js_prerelease(build_py),
157-
sdist=js_prerelease(sdist),
158156
)
159157
)

0 commit comments

Comments
 (0)