Skip to content

Commit 65cbde6

Browse files
committed
Steamline classifiers
1 parent 5354a92 commit 65cbde6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ readme = "README.md"
1919
authors = [
2020
{ name = "Lucas Berent", email = "[email protected]" },
2121
{ name = "Lukas Burgholzer", email = "[email protected]" },
22-
{ name = "Peter-Jan H.S. Derks", email = "[email protected]" },
22+
{ name = "Peter-Jan H. S. Derks", email = "[email protected]" },
2323
{ name = "Timo Hillmann", email = "[email protected]"},
2424
{ name = "Tom Peham", email = "[email protected]" },
2525
{ name = "Ludwig Schmid", email = "[email protected]" },
@@ -29,12 +29,12 @@ license = "MIT"
2929
license-files = ["LICENSE.md"]
3030

3131
classifiers = [
32-
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
32+
"Development Status :: 5 - Production/Stable",
3333
"Intended Audience :: Science/Research",
3434
"Natural Language :: English",
35-
"Operating System :: POSIX :: Linux",
3635
"Operating System :: MacOS",
3736
"Operating System :: Microsoft :: Windows",
37+
"Operating System :: POSIX :: Linux",
3838
"Programming Language :: Python",
3939
"Programming Language :: Python :: 3",
4040
"Programming Language :: Python :: 3 :: Only",
@@ -43,7 +43,7 @@ classifiers = [
4343
"Programming Language :: Python :: 3.12",
4444
"Programming Language :: Python :: 3.13",
4545
"Programming Language :: Python :: 3.14",
46-
"Development Status :: 5 - Production/Stable",
46+
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
4747
"Typing :: Typed",
4848
]
4949
requires-python = ">=3.10"

0 commit comments

Comments
 (0)