File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " scikit-build-core" ,
3+ " scikit-build-core>=0.11.0 " ,
44 " cython>=3" ,
55 " numpy>=2.1" ,
66]
@@ -12,13 +12,13 @@ description = "A fast & compressed ndarray library with a flexible compute engin
1212readme = {file = " README.rst" , content-type = " text/x-rst" }
1313authors = [{name = " Blosc Development Team" , email = " blosc@blosc.org" }]
1414maintainers = [{ name = " Blosc Development Team" , email = " blosc@blosc.org" }]
15- license = {text = " BSD-3-Clause" }
15+ license = " BSD-3-Clause"
16+ license-files = [" LICENSE.txt" ]
1617classifiers = [
1718 " Development Status :: 6 - Mature" ,
1819 " Intended Audience :: Developers" ,
1920 " Intended Audience :: Information Technology" ,
2021 " Intended Audience :: Science/Research" ,
21- " License :: OSI Approved :: BSD License" ,
2222 " Programming Language :: Python" ,
2323 " Topic :: Software Development :: Libraries :: Python Modules" ,
2424 " Operating System :: Microsoft :: Windows" ,
You can’t perform that action at this time.
0 commit comments