File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " scikit-build-core>=0.10.7 " ,
3+ " scikit-build-core>=0.11 " ,
44 " Cython>=3.0.11,<3.1.0"
55]
66build-backend = " scikit_build_core.build"
@@ -17,14 +17,14 @@ authors = [
1717]
1818description = " Python extension for computing string edit distances and similarities."
1919readme = " README.md"
20+ license = " GPL-2.0-or-later"
2021classifiers =[
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 ]
You can’t perform that action at this time.
0 commit comments