Skip to content

Commit 11752de

Browse files
removed License from classifiers in pyproject.toml
1 parent a8bca7e commit 11752de

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ requires-python = ">=3.8"
66
authors = [
77
{name = "Inada Naoki", email = "songofacandy@gmail.com"}
88
]
9-
license = "GNU-General-Public-License-v2-or-later-(GPLv2+)"
9+
license = "GPL-2.0-or-later"
1010
keywords = ["MySQL"]
1111
classifiers = [
1212
"Development Status :: 5 - Production/Stable",
1313
"Environment :: Other Environment",
14-
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
1514
"Operating System :: MacOS :: MacOS X",
1615
"Operating System :: Microsoft :: Windows :: Windows NT/2000",
1716
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)