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

Commit 195caee

Browse files
committed
Don't run js_prerelease on egg_info so we can install from git branches using pip
1 parent 0a5fb36 commit 195caee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def readme():
154154
cmdclass=dict(
155155
build_js=BuildLabextension,
156156
build_py=js_prerelease(build_py),
157-
egg_info=js_prerelease(egg_info),
158157
sdist=js_prerelease(sdist),
159158
)
160159
)

0 commit comments

Comments
 (0)