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"