We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4723b48 commit d34b28cCopy full SHA for d34b28c
setup.py
@@ -19,10 +19,7 @@
19
nb_path = os.path.join(HERE, PACKAGE_NAME, "static")
20
21
# 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
-]
+jstargets = [os.path.join(lab_path, "package.json")]
26
27
package_data_spec = {PACKAGE_NAME: ["*"]}
28
0 commit comments