From ddd06d1c5afda035287bae886f26cf4ae1a72d23 Mon Sep 17 00:00:00 2001 From: Florian Maas Date: Wed, 25 Sep 2024 06:51:00 +0200 Subject: [PATCH] Fix email (#124) * fix email --- {{cookiecutter.project_name}}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index 95ef60b..e5e6d7e 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -2,7 +2,7 @@ name = "{{cookiecutter.project_slug}}" version = "0.0.1" description = "{{cookiecutter.project_description}}" -authors = ["{{cookiecutter.author}} "] +authors = ["{{cookiecutter.author}} <{{cookiecutter.email}}>"] repository = "https://github.com/{{cookiecutter.author_github_handle}}/{{cookiecutter.project_name}}" documentation = "https://{{cookiecutter.author_github_handle}}.github.io/{{cookiecutter.project_name}}/" readme = "README.md"