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 8c0bc77 commit 7daf87eCopy full SHA for 7daf87e
{{cookiecutter.project_name}}/pyproject.toml
@@ -16,6 +16,9 @@ classifiers = [
16
"Operating System :: OS Independent",
17
"Programming Language :: Python :: 3",
18
"Programming Language :: Python :: 3 :: Only",
19
+ {{"{%- for version in cookiecutter.python_versions %}"}}
20
+ "Programming Language :: Python :: {{ version }}",
21
+ {{"{%- endfor %}"}}
22
"{{ cookiecutter.development_status }}"
23
]
24
dependencies = [
0 commit comments