X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fsetup.py;h=8297efa6656c7c47a32c9c8d2f7051cf30a50c83;hp=e80242803b087d71b305333f9534e84fdb5ca697;hb=HEAD;hpb=01278a7c66989f50a38fb6ce517876d8fddd5dd8 diff --git a/project_template/setup.py b/project_template/setup.py index e802428..cff05a0 100755 --- a/project_template/setup.py +++ b/project_template/setup.py @@ -61,6 +61,10 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', ], packages=['{project}'], package_data={'{project}': []},