Skip to content

Commit e648ebc

Browse files
committed
Streamline classifiers
1 parent 36e9d96 commit e648ebc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,18 @@ dependencies = [
5353
classifiers = [
5454
"Development Status :: 4 - Beta",
5555
"Intended Audience :: Developers",
56-
"Operating System :: Microsoft :: Windows",
56+
"Intended Audience :: Science/Research",
57+
"Natural Language :: English",
5758
"Operating System :: MacOS",
59+
"Operating System :: Microsoft :: Windows",
5860
"Operating System :: POSIX :: Linux",
61+
"Programming Language :: Python",
5962
"Programming Language :: Python :: 3 :: Only",
6063
"Programming Language :: Python :: 3.10",
6164
"Programming Language :: Python :: 3.11",
6265
"Programming Language :: Python :: 3.12",
6366
"Programming Language :: Python :: 3.13",
6467
"Programming Language :: Python :: 3.14",
65-
"Intended Audience :: Science/Research",
66-
"Natural Language :: English",
6768
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
6869
]
6970

0 commit comments

Comments
 (0)