Skip to content

Commit 7daf87e

Browse files
committed
chore: attempt at escaping jinja logic
1 parent 8c0bc77 commit 7daf87e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ classifiers = [
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python :: 3",
1818
"Programming Language :: Python :: 3 :: Only",
19+
{{"{%- for version in cookiecutter.python_versions %}"}}
20+
"Programming Language :: Python :: {{ version }}",
21+
{{"{%- endfor %}"}}
1922
"{{ cookiecutter.development_status }}"
2023
]
2124
dependencies = [

0 commit comments

Comments
 (0)