Update license metadata (#722)

Use GPLv2 or later
This commit is contained in:
Inada Naoki
2024-09-08 17:11:36 +09:00
committed by GitHub
parent a958c5fa45
commit 94cae1413d

View File

@ -7,12 +7,12 @@ requires-python = ">=3.8"
authors = [ authors = [
{name = "Inada Naoki", email = "songofacandy@gmail.com"} {name = "Inada Naoki", email = "songofacandy@gmail.com"}
] ]
license = {text = "GNU General Public License v2 (GPLv2)"} license = {text = "GNU General Public License v2 or later (GPLv2+)"}
keywords = ["MySQL"] keywords = ["MySQL"]
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Environment :: Other Environment", "Environment :: Other Environment",
"License :: OSI Approved :: GNU General Public License (GPL)", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Operating System :: MacOS :: MacOS X", "Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows :: Windows NT/2000", "Operating System :: Microsoft :: Windows :: Windows NT/2000",
"Operating System :: OS Independent", "Operating System :: OS Independent",