Skip to content

Commit 24c8a4e

Browse files
fix: file not found when running pip install .
1 parent 9785774 commit 24c8a4e

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
@@ -24,7 +24,7 @@
2424

2525
# Representative files that should exist after a successful build
2626
jstargets = [
27-
os.path.join(HERE, "lib", "jupyterlab-code-snippets.js"),
27+
os.path.join(HERE, "lib", "snippets.js"),
2828
]
2929

3030
package_data_spec = {

0 commit comments

Comments
 (0)