Skip to content

Commit 9e9ec2b

Browse files
LecrisUTmaxbachmann
authored andcommitted
Use PEP639 license
1 parent d23b79f commit 9e9ec2b

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"
@@ -14,14 +14,14 @@ authors = [
1414
]
1515
description = "rapid fuzzy string matching"
1616
readme = "README.md"
17+
license = "MIT"
1718
classifiers=[
1819
"Programming Language :: Python :: 3",
1920
"Programming Language :: Python :: 3.9",
2021
"Programming Language :: Python :: 3.10",
2122
"Programming Language :: Python :: 3.11",
2223
"Programming Language :: Python :: 3.12",
2324
"Programming Language :: Python :: 3.13",
24-
"License :: OSI Approved :: MIT License",
2525
]
2626

2727
[project.urls]

0 commit comments

Comments
 (0)