Skip to content

Commit

Permalink
Fix installation of jupyter-app-launcher config
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Sep 20, 2024
1 parent 208a47f commit 9d2841d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ include = [
[tool.hatch.build.targets.wheel.shared-data]
# This section determines what data files are included in the wheel
# and where they should eventually be installed in the user's environment.
"docs/_static/stellarphot-logo.svg" = "share/jupyter/stellarphot/stellarphot-logo.svg"
# "docs/_static/stellarphot-logo.svg" = "share/jupyter/stellarphot/stellarphot-logo.svg"
# This includes the notebooks used in the launcher
"reducer/reducer-template.ipynb" = "share/jupyter/reducer/reducer-template.ipynb"
".jp_app_launcher_reducer.yaml" = "share/jupyter/jupyter_app_launcher/jp_app_launcher_stellarphot.yaml"
".jp_app_launcher_reducer.yaml" = "share/jupyter/jupyter_app_launcher/jp_app_launcher_reducer.yaml"

0 comments on commit 9d2841d

Please sign in to comment.