Skip to content

Commit 30c9c99

Browse files
committed
Fixing classifiers.
1 parent f9a8622 commit 30c9c99

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ name = "jitcode"
1010
dynamic = ["version"]
1111
description = "Just-in-Time Compilation for Ordinary Differential Equations"
1212
readme = "README.rst"
13-
license = { text = "BSD-3-Clause" }
13+
license = "BSD-3-Clause"
1414
authors = [
1515
{ name = "Gerrit Ansmann", email = "gansmann@uni-bonn.de" },
1616
]
1717
requires-python = ">=3.6"
1818
classifiers = [
19-
"Development Status :: 4 - Beta",
20-
"License :: OSI Approved :: BSD License",
19+
"Development Status :: 5 - Production/Stable",
2120
"Operating System :: POSIX",
2221
"Operating System :: MacOS :: MacOS X",
2322
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)