We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665a076 commit 4b29358Copy full SHA for 4b29358
docs/sphinx/source/whatsnew/v0.12.1.rst
@@ -30,6 +30,8 @@ Testing
30
31
Maintenance
32
~~~~~~~~~~~
33
+* Update ``pyproject.toml`` to replace deprecated license table and
34
+ classifiers. (:issue:`2440`, :pull:`2441`)
35
36
37
Contributors
pyproject.toml
@@ -18,10 +18,9 @@ dependencies = [
18
'scipy >= 1.6.0',
19
'h5py',
20
]
21
-license = { text = "BSD-3-Clause" }
+license = "BSD-3-Clause"
22
classifiers = [
23
'Development Status :: 4 - Beta',
24
- 'License :: OSI Approved :: BSD License',
25
'Operating System :: OS Independent',
26
'Intended Audience :: Science/Research',
27
'Programming Language :: Python',
0 commit comments