From 6ae2e3d9e7cc6e0174a11489c85aaa4947e98c69 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 23:48:28 +0000 Subject: [PATCH] Update from copier (2025-11-30T23:48:28) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index be54bdd..1c2fcbf 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 55f9353 +_commit: 61fe43f _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: jupyter diff --git a/pyproject.toml b/pyproject.toml index defc2e3..09f1a0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,8 +125,8 @@ exclude = [ ] [tool.hatch.build.targets.wheel.shared-data] -"python_template_jupyter/labextension" = "share/jupyter/labextensions/python_template_jupyter" -"python_template_jupyter/extension/install.json" = "share/jupyter/labextensions/python_template_jupyter/install.json" +"python_template_jupyter/labextension" = "share/jupyter/labextensions/python-template-jupyter" +"python_template_jupyter/extension/install.json" = "share/jupyter/labextensions/python-template-jupyter/install.json" "python_template_jupyter/extension/python_template_jupyter.json" = "etc/jupyter/jupyter_server_config.d/python_template_jupyter.json" [tool.hatch.build.hooks.hatch-js]