We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbac10 commit b0ba18aCopy full SHA for b0ba18a
{{cookiecutter.project_name}}/pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
16
"Operating System :: OS Independent",
17
"Programming Language :: Python :: 3",
18
"Programming Language :: Python :: 3 :: Only",
19
-{%- for version in {{cookiecutter.python_versions}} %}
+{%- for version in cookiecutter.python_versions %}
20
"Programming Language :: Python :: {{ version }}",
21
{%- endfor %}
22
"{{ cookiecutter.development_status }}"
0 commit comments