Skip to content

Commit

Permalink
Correct installation paths
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jan 22, 2024
1 parent b05fb78 commit cbcf825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ source = "nodejs"
fields = ["description", "authors", "urls"]

[tool.hatch.build.targets.sdist]
artifacts = ["jupyterlab_skipNtraceback/labextension"]
artifacts = ["jupyterlab_skip_traceback/labextension"]
exclude = [".github", "binder"]

[tool.hatch.build.targets.wheel.shared-data]
"jupyterlab_skip_traceback/labextension" = "share/jupyter/labextensions/jupyterlab-skip-traceback"
"install.json" = "share/jupyter/labextensions/jupyterlab-skip-traceback/install.json"
"jupyterlab_skip_traceback/labextension" = "share/jupyter/labextensions/jupyterlab_skip_traceback"
"install.json" = "share/jupyter/labextensions/jupyterlab_skip_traceback/install.json"

[tool.hatch.build.hooks.version]
path = "jupyterlab_skip_traceback/_version.py"
Expand Down

0 comments on commit cbcf825

Please sign in to comment.