Reuse answers
This commit is contained in:
parent
b4aa5971e6
commit
c06b25fe05
3 changed files with 5 additions and 3 deletions
|
|
@ -29,12 +29,12 @@ dependency_manager:
|
|||
- pdm
|
||||
default: uv
|
||||
|
||||
author_name:
|
||||
user_name:
|
||||
type: str
|
||||
help: Author name
|
||||
default: ""
|
||||
|
||||
author_email:
|
||||
user_email:
|
||||
type: str
|
||||
help: Author email
|
||||
default: ""
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name = "{{project_name}}"
|
|||
version = "0.1.0"
|
||||
description = "{{project_description}}"
|
||||
authors = [
|
||||
{name = "{{author_name}}", email = "{{author_email}}"}
|
||||
{name = "{{user_name}}", email = "{{user_email}}"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">={{minimum_python_version}}"
|
||||
|
|
|
|||
2
{{ _copier_conf.answers_file }}.jinja
Normal file
2
{{ _copier_conf.answers_file }}.jinja
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
|
||||
{{ _copier_answers|to_nice_yaml -}}
|
||||
Loading…
Add table
Reference in a new issue