Skip to content

Commit d8318ae

Browse files
committed
Update license specification to latest packaging standards
Fixes two SetuptoolsDeprecationWarnings: - License classifiers are deprecated. - `project.license` as a TOML table is deprecated.
1 parent 2158957 commit d8318ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ description = "A wrapper for the SLICOT control and systems library"
1414
readme = "README.rst"
1515
authors = [{ name = "Enrico Avventi et al." }]
1616
maintainers = [{ name = "Slycot developers", email = "python-control-discuss@lists.sourceforge.net"}]
17-
license = {text = "GPL-2.0 AND BSD-3-Clause"}
17+
license = "GPL-2.0 AND BSD-3-Clause"
1818
classifiers = [
1919
"Development Status :: 4 - Beta",
2020
"Intended Audience :: Science/Research",
2121
"Intended Audience :: Developers",
22-
"License :: OSI Approved",
23-
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
24-
"License :: OSI Approved :: BSD License",
2522
"Programming Language :: C",
2623
"Programming Language :: Fortran",
2724
"Programming Language :: Python",

0 commit comments

Comments
 (0)