Skip to content

Commit 39a0bbe

Browse files
Merge pull request #552 from DimitriPapadopoulos/PEP639
PEP 639 compliance
2 parents 02f9cce + 931abae commit 39a0bbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
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
1212
readme = {file = "README.rst", content-type = "text/x-rst"}
1313
authors = [{name = "Blosc Development Team", email = "blosc@blosc.org"}]
1414
maintainers = [{ name = "Blosc Development Team", email = "blosc@blosc.org"}]
15-
license = {text = "BSD-3-Clause"}
15+
license = "BSD-3-Clause"
16+
license-files = ["LICENSE.txt"]
1617
classifiers = [
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",

0 commit comments

Comments
 (0)