From 1f217d11379c30c1fc785e70a9e112d97d1793da Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 05:19:35 +0000 Subject: [PATCH] Update from copier (2024-12-29T05:19:35) --- .copier-answers.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 9038e85..cca6a7b 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 6f28b69 +_commit: ea9f24b _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 4c3f570..6ee5001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend="hatchling.build" [project] name = "python-template-js" authors = [{name = "Python Project Template Authors", email = "3105306+timkpaine@users.noreply.github.com"}] -description="A JavaScript-Python project template" +description = "A JavaScript-Python project template" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0"