diff --git a/copier.yml b/copier.yml index 766a47f..fe5c513 100644 --- a/copier.yml +++ b/copier.yml @@ -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: "" diff --git a/pyproject.toml.jinja b/pyproject.toml.jinja index 1c958b0..dacb14c 100644 --- a/pyproject.toml.jinja +++ b/pyproject.toml.jinja @@ -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}}" diff --git a/{{ _copier_conf.answers_file }}.jinja b/{{ _copier_conf.answers_file }}.jinja new file mode 100644 index 0000000..88acac8 --- /dev/null +++ b/{{ _copier_conf.answers_file }}.jinja @@ -0,0 +1,2 @@ +# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY +{{ _copier_answers|to_nice_yaml -}} \ No newline at end of file