From e407836e4235735f16266dfdfddd81a78da89b5b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 05:15:41 +0000 Subject: [PATCH] Update from copier (2025-06-22T05:15:41) --- .copier-answers.yaml | 2 +- pyproject.toml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index f235f58..d3b6941 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 5c63cb2 +_commit: 42057e0 _src_path: https://github.com/python-project-templates/base.git add_extension: js email: 3105306+timkpaine@users.noreply.github.com diff --git a/pyproject.toml b/pyproject.toml index b07ecd2..dedc534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,9 @@ exclude = [ [tool.hatch.build.targets.wheel] packages = ["python_template_js"] -exclude = ["js"] +exclude = [ + "/js" +] [tool.hatch.build.hooks.jupyter-builder] build-function = "hatch_jupyter_builder.npm_builder"