Add Python 3.8 classifier to metadata

This commit is contained in:
dgelessus 2020-04-19 16:21:25 +02:00
parent 13654c2560
commit 3e0bbcee04

View File

@ -24,6 +24,7 @@ classifiers =
Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
license = MIT license = MIT
license_files = license_files =
LICENSE LICENSE