Skip to content

Commit 64c6839

Browse files
committed
pyproject.toml: fix style
1 parent e2ff699 commit 64c6839

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

{{ cookiecutter.pypi_package_name }}/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ name = "{{ cookiecutter.python_package_name }}"
2323
version = "{{ cookiecutter.project_version }}"
2424
description = "{{ cookiecutter.project_description }}"
2525
readme = ["README.md", "USAGE.md"]
26-
authors = [
27-
"{{ cookiecutter.author_full_name }} <{{ cookiecutter.author_email }}>",
28-
]
26+
authors = ["{{ cookiecutter.author_full_name }} <{{ cookiecutter.author_email }}>"]
2927
license = "{{ cookiecutter.project_license }}"
3028
# See https://pypi.org/pypi?%3Aaction=list_classifiers
3129
classifiers = [

0 commit comments

Comments
 (0)