diff --git a/.copier-answers.yml b/.copier-answers.yml index d46f8a1..59803ee 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: rust email: 3105306+timkpaine@users.noreply.github.com diff --git a/pyproject.toml b/pyproject.toml index c09c771..6925924 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "python-template-rust" authors = [{name = "Python Project Template Authors", email = "3105306+timkpaine@users.noreply.github.com"}] -description="A Rust-Python project template" +description = "A Rust-Python project template" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0"