From 0eb459951cc23119d4d3378f7152b12ba1c4bd00 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 05:16:53 +0000 Subject: [PATCH] Update from copier (2024-12-29T05:16:53) --- .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 a57a5ce..de90aa4 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: python email: 3105306+timkpaine@users.noreply.github.com diff --git a/pyproject.toml b/pyproject.toml index 75947bb..eb5da73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend="hatchling.build" [project] name = "python-template" authors = [{name = "Python Project Template Authors", email = "3105306+timkpaine@users.noreply.github.com"}] -description="A pure-python project template" +description = "A pure-python project template" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0"