We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23b79f commit 9e9ec2bCopy full SHA for 9e9ec2b
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "scikit-build-core>=0.10.7",
+ "scikit-build-core>=0.11",
4
"Cython >=3.0.11, <3.1.0"
5
]
6
build-backend = "scikit_build_core.build"
@@ -14,14 +14,14 @@ authors = [
14
15
description = "rapid fuzzy string matching"
16
readme = "README.md"
17
+license = "MIT"
18
classifiers=[
19
"Programming Language :: Python :: 3",
20
"Programming Language :: Python :: 3.9",
21
"Programming Language :: Python :: 3.10",
22
"Programming Language :: Python :: 3.11",
23
"Programming Language :: Python :: 3.12",
24
"Programming Language :: Python :: 3.13",
- "License :: OSI Approved :: MIT License",
25
26
27
[project.urls]
0 commit comments