Skip to content

Commit 939a640

Browse files
committed
update licensing info to conform to new standard
1 parent dd3d4d0 commit 939a640

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ build-backend = "setuptools.build_meta"
1010
name = "control"
1111
description = "Python Control Systems Library"
1212
authors = [{name = "Python Control Developers", email = "python-control-developers@lists.sourceforge.net"}]
13-
license = {text = "BSD-3-Clause"}
13+
license = "BSD-3-Clause"
1414
readme = "README.rst"
1515
classifiers = [
1616
"Development Status :: 4 - Beta",
1717
"Intended Audience :: Science/Research",
1818
"Intended Audience :: Developers",
19-
"License :: OSI Approved :: BSD License",
2019
"Programming Language :: Python :: 3",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)