We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ff699 commit 64c6839Copy full SHA for 64c6839
1 file changed
{{ cookiecutter.pypi_package_name }}/pyproject.toml
@@ -23,9 +23,7 @@ name = "{{ cookiecutter.python_package_name }}"
23
version = "{{ cookiecutter.project_version }}"
24
description = "{{ cookiecutter.project_description }}"
25
readme = ["README.md", "USAGE.md"]
26
-authors = [
27
- "{{ cookiecutter.author_full_name }} <{{ cookiecutter.author_email }}>",
28
-]
+authors = ["{{ cookiecutter.author_full_name }} <{{ cookiecutter.author_email }}>"]
29
license = "{{ cookiecutter.project_license }}"
30
# See https://pypi.org/pypi?%3Aaction=list_classifiers
31
classifiers = [
0 commit comments