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
|
- 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: ""
|
||||||
|
|
|
||||||
|
|
@ -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}}"
|
||||||
|
|
|
||||||
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