Skip to content

Commit 30e7ebc

Browse files
committed
fix toml license string
1 parent 5ecb87a commit 30e7ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
license = {text = "GPL"}
1515
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
17-
"License :: OSI Approved :: GPL",
17+
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)