Skip to content

Commit 0ac06fb

Browse files
LecrisUTmaxbachmann
authored andcommitted
Use PEP639 license
1 parent 786acfc commit 0ac06fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"scikit-build-core>=0.10.7",
3+
"scikit-build-core>=0.11",
44
"Cython>=3.0.11,<3.1.0"
55
]
66
build-backend = "scikit_build_core.build"
@@ -17,14 +17,14 @@ authors = [
1717
]
1818
description = "Python extension for computing string edit distances and similarities."
1919
readme = "README.md"
20+
license = "GPL-2.0-or-later"
2021
classifiers=[
2122
"Programming Language :: Python :: 3",
2223
"Programming Language :: Python :: 3.9",
2324
"Programming Language :: Python :: 3.10",
2425
"Programming Language :: Python :: 3.11",
2526
"Programming Language :: Python :: 3.12",
2627
"Programming Language :: Python :: 3.13",
27-
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
2828
]
2929

3030
[project.urls]

0 commit comments

Comments
 (0)