We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8b270 commit ddd06d1Copy full SHA for ddd06d1
{{cookiecutter.project_name}}/pyproject.toml
@@ -2,7 +2,7 @@
2
name = "{{cookiecutter.project_slug}}"
3
version = "0.0.1"
4
description = "{{cookiecutter.project_description}}"
5
-authors = ["{{cookiecutter.author}} <f{{cookiecutter.email}}>"]
+authors = ["{{cookiecutter.author}} <{{cookiecutter.email}}>"]
6
repository = "https://github.com/{{cookiecutter.author_github_handle}}/{{cookiecutter.project_name}}"
7
documentation = "https://{{cookiecutter.author_github_handle}}.github.io/{{cookiecutter.project_name}}/"
8
readme = "README.md"
0 commit comments