We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3d4d0 commit 939a640Copy full SHA for 939a640
pyproject.toml
@@ -10,13 +10,12 @@ build-backend = "setuptools.build_meta"
10
name = "control"
11
description = "Python Control Systems Library"
12
authors = [{name = "Python Control Developers", email = "python-control-developers@lists.sourceforge.net"}]
13
-license = {text = "BSD-3-Clause"}
+license = "BSD-3-Clause"
14
readme = "README.rst"
15
classifiers = [
16
"Development Status :: 4 - Beta",
17
"Intended Audience :: Science/Research",
18
"Intended Audience :: Developers",
19
- "License :: OSI Approved :: BSD License",
20
"Programming Language :: Python :: 3",
21
"Programming Language :: Python :: 3.10",
22
"Programming Language :: Python :: 3.11",
0 commit comments