1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-09 13:25:08 +02:00

setup.py: Add Python 3.8 classifier

This commit is contained in:
Alan Orth 2019-12-14 12:55:56 +02:00
parent c8a71e3143
commit 4b9d1e060f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -25,6 +25,7 @@ setuptools.setup(
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta"