We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a958c5f commit 82a9672Copy full SHA for 82a9672
pyproject.toml
@@ -7,12 +7,12 @@ requires-python = ">=3.8"
7
authors = [
8
{name = "Inada Naoki", email = "[email protected]"}
9
]
10
-license = {text = "GNU General Public License v2 (GPLv2)"}
+license = {text = "GNU General Public License v2 or later (GPLv2+)"}
11
keywords = ["MySQL"]
12
classifiers = [
13
"Development Status :: 5 - Production/Stable",
14
"Environment :: Other Environment",
15
- "License :: OSI Approved :: GNU General Public License (GPL)",
+ "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
16
"Operating System :: MacOS :: MacOS X",
17
"Operating System :: Microsoft :: Windows :: Windows NT/2000",
18
"Operating System :: OS Independent",
0 commit comments