From deb4e6d4d25ed3962701524a3880b217b99e6bae Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 05:20:05 +0000 Subject: [PATCH] Update from copier (2025-08-10T05:20:05) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index fb05fcc..024bd87 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 2d0c192 +_commit: f3ffa74 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: js diff --git a/pyproject.toml b/pyproject.toml index 6507ebe..206cabc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,6 @@ exclude = [ [tool.hatch.build.hooks.hatch-js] path = "js" -install_cmd = "install" build_cmd = "build" tool = "pnpm" targets = ["python_template_js/extension/cdn/index.js"]