Skip to content

Commit d34b28c

Browse files
committed
Remove the lib/index.js js target for now
1 parent 4723b48 commit d34b28c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
nb_path = os.path.join(HERE, PACKAGE_NAME, "static")
2020

2121
# Representative files that should exist after a successful build
22-
jstargets = [
23-
os.path.join(src_path, "lib", "index.js"),
24-
os.path.join(lab_path, "package.json"),
25-
]
22+
jstargets = [os.path.join(lab_path, "package.json")]
2623

2724
package_data_spec = {PACKAGE_NAME: ["*"]}
2825

0 commit comments

Comments
 (0)