Skip to content

Commit 4b29358

Browse files
authored
Update deprecated license info in pyproject.toml (#2441)
* Update pyproject.toml * Update v0.12.1.rst
1 parent 665a076 commit 4b29358

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: docs/sphinx/source/whatsnew/v0.12.1.rst

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Testing
3030

3131
Maintenance
3232
~~~~~~~~~~~
33+
* Update ``pyproject.toml`` to replace deprecated license table and
34+
classifiers. (:issue:`2440`, :pull:`2441`)
3335

3436

3537
Contributors

Diff for: pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ dependencies = [
1818
'scipy >= 1.6.0',
1919
'h5py',
2020
]
21-
license = { text = "BSD-3-Clause" }
21+
license = "BSD-3-Clause"
2222
classifiers = [
2323
'Development Status :: 4 - Beta',
24-
'License :: OSI Approved :: BSD License',
2524
'Operating System :: OS Independent',
2625
'Intended Audience :: Science/Research',
2726
'Programming Language :: Python',

0 commit comments

Comments
 (0)