From f95329b834cb51596ab0d3272f5b63a55fb9b5b3 Mon Sep 17 00:00:00 2001 From: RDaxini Date: Wed, 16 Apr 2025 09:34:21 -0600 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6929045b55..3563fc59b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,10 +18,9 @@ dependencies = [ 'scipy >= 1.6.0', 'h5py', ] -license = { text = "BSD-3-Clause" } +license = "BSD-3-Clause" classifiers = [ 'Development Status :: 4 - Beta', - 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Intended Audience :: Science/Research', 'Programming Language :: Python', From 8767bde40ff9c65a4ce6c5acf400f61bd8c13087 Mon Sep 17 00:00:00 2001 From: RDaxini Date: Wed, 16 Apr 2025 10:03:05 -0600 Subject: [PATCH 2/2] Update v0.12.1.rst --- docs/sphinx/source/whatsnew/v0.12.1.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sphinx/source/whatsnew/v0.12.1.rst b/docs/sphinx/source/whatsnew/v0.12.1.rst index 8c8c5d8452..3f45aad3a3 100644 --- a/docs/sphinx/source/whatsnew/v0.12.1.rst +++ b/docs/sphinx/source/whatsnew/v0.12.1.rst @@ -30,6 +30,8 @@ Testing Maintenance ~~~~~~~~~~~ +* Update ``pyproject.toml`` to replace deprecated license table and + classifiers. (:issue:`2440`, :pull:`2441`) Contributors