Reuse answers

This commit is contained in:
Yehuda Deutsch 2025-02-23 18:30:18 -05:00
parent b4aa5971e6
commit c06b25fe05
Signed by: uda
GPG key ID: 8EF44B89374262A5
3 changed files with 5 additions and 3 deletions

View file

@ -29,12 +29,12 @@ dependency_manager:
- pdm - pdm
default: uv default: uv
author_name: user_name:
type: str type: str
help: Author name help: Author name
default: "" default: ""
author_email: user_email:
type: str type: str
help: Author email help: Author email
default: "" default: ""

View file

@ -3,7 +3,7 @@ name = "{{project_name}}"
version = "0.1.0" version = "0.1.0"
description = "{{project_description}}" description = "{{project_description}}"
authors = [ authors = [
{name = "{{author_name}}", email = "{{author_email}}"} {name = "{{user_name}}", email = "{{user_email}}"}
] ]
readme = "README.md" readme = "README.md"
requires-python = ">={{minimum_python_version}}" requires-python = ">={{minimum_python_version}}"

View file

@ -0,0 +1,2 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
{{ _copier_answers|to_nice_yaml -}}