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"