From 931abae0299c838ca9c2ed1815cc3bccf8a1c8ac Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Fri, 9 Jan 2026 15:29:46 +0100 Subject: [PATCH] PEP 639 compliance --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93073710..13549cf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "scikit-build-core", + "scikit-build-core>=0.11.0", "cython>=3", "numpy>=2.1", ] @@ -12,13 +12,13 @@ description = "A fast & compressed ndarray library with a flexible compute engin readme = {file = "README.rst", content-type = "text/x-rst"} authors = [{name = "Blosc Development Team", email = "blosc@blosc.org"}] maintainers = [{ name = "Blosc Development Team", email = "blosc@blosc.org"}] -license = {text = "BSD-3-Clause"} +license = "BSD-3-Clause" +license-files = ["LICENSE.txt"] classifiers = [ "Development Status :: 6 - Mature", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", - "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Operating System :: Microsoft :: Windows",