Skip to content

Commit 80f3762

Browse files
committed
Use nwe format for license in pyproject.toml
1 parent 7c10d1b commit 80f3762

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = [
1717
{name = "openZIM", email = "[email protected]"},
1818
]
1919
readme = "README.md"
20-
license = {text = "GPL-3.0-or-later"}
20+
license = "GPL-3.0-or-later"
2121
classifiers = [
2222
"Development Status :: 5 - Production/Stable",
2323
"Topic :: Utilities",
@@ -36,7 +36,6 @@ classifiers = [
3636
"Programming Language :: Python :: 3.13",
3737
"Programming Language :: Python :: 3.14",
3838
"Typing :: Stubs Only",
39-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
4039
"Operating System :: MacOS",
4140
"Operating System :: POSIX",
4241
]

0 commit comments

Comments
 (0)