Skip to content

Commit 419c6e0

Browse files
author
Alec Delaney
committed
Reduce keyword indent
1 parent 49a68bc commit 419c6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.__dirname }}/{% if cookiecutter.pypi_release in ['y', 'yes'] %}pyproject.toml{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ authors = [
4040
]
4141
urls = {Homepage = "https://github.com/{{ cookiecutter.github_user }}/{{ repo_name }}"}
4242
keywords = [
43-
{% for kw_list_keyword in kw_list.default %} "{{ kw_list_keyword }}",
43+
{% for kw_list_keyword in kw_list.default %} "{{ kw_list_keyword }}",
4444
{% endfor -%}
4545
]
4646
license = {text = "MIT"}

0 commit comments

Comments
 (0)