List Python 3.8 and 3.8 too in the project classifiers

This commit is contained in:
Marco Castelluccio 2020-11-05 18:03:56 +01:00
Родитель 0e45c1fffa
Коммит 6671f4f188
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -64,6 +64,8 @@ setup(
},
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
],