Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Nov 28, 2024
1 parent 47da7b0 commit b49f22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def update_package_data(distribution):
# The name of the project
lab_path = (HERE / "nglview" / "staticlab")
nb_path = (HERE / "nglview" / "static")
assert (nb_path/"index.js").exists(), "index.js not found in %s" % nb_path
assert (lab_path/"static/package.json").exists(), "package.json not found in %s" % lab_path
assert (nb_path/"index.js").exists(), "index.js not found in %s. Make sure to build the frontend assets and install the JupyterLab extension." % nb_path
assert (lab_path/"static/package.json").exists(), "package.json not found in %s. Make sure to build the frontend assets and install the JupyterLab extension." % lab_path
labext_name = "nglview-js-widgets"
package_data_spec = {
labext_name: ["*"],
Expand Down

0 comments on commit b49f22c

Please sign in to comment.