Skip to content

Commit e3a5472

Browse files
authored
Merge pull request #114 from python-project-templates/copier-update-2025-11-30T23-48-28
Update from copier (2025-11-30T23:48:28)
2 parents a16fa69 + 6ae2e3d commit e3a5472

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 55f9353
2+
_commit: 61fe43f
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: jupyter

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ exclude = [
125125
]
126126

127127
[tool.hatch.build.targets.wheel.shared-data]
128-
"python_template_jupyter/labextension" = "share/jupyter/labextensions/python_template_jupyter"
129-
"python_template_jupyter/extension/install.json" = "share/jupyter/labextensions/python_template_jupyter/install.json"
128+
"python_template_jupyter/labextension" = "share/jupyter/labextensions/python-template-jupyter"
129+
"python_template_jupyter/extension/install.json" = "share/jupyter/labextensions/python-template-jupyter/install.json"
130130
"python_template_jupyter/extension/python_template_jupyter.json" = "etc/jupyter/jupyter_server_config.d/python_template_jupyter.json"
131131

132132
[tool.hatch.build.hooks.hatch-js]

0 commit comments

Comments
 (0)