Skip to content

Commit ddd06d1

Browse files
authored
Fix email (#124)
* fix email
1 parent 7d8b270 commit ddd06d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "{{cookiecutter.project_slug}}"
33
version = "0.0.1"
44
description = "{{cookiecutter.project_description}}"
5-
authors = ["{{cookiecutter.author}} <f{{cookiecutter.email}}>"]
5+
authors = ["{{cookiecutter.author}} <{{cookiecutter.email}}>"]
66
repository = "https://github.com/{{cookiecutter.author_github_handle}}/{{cookiecutter.project_name}}"
77
documentation = "https://{{cookiecutter.author_github_handle}}.github.io/{{cookiecutter.project_name}}/"
88
readme = "README.md"

0 commit comments

Comments
 (0)