Skip to content

Commit 5c8ec26

Browse files
committed
Update pyproject.toml classifiers
1 parent 07053ab commit 5c8ec26

1 file changed

Lines changed: 19 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,30 @@ description = "Curve and image plotting tools for Python/Qt applications"
1111
readme = "README.md"
1212
license = { file = "LICENSE" }
1313
classifiers = [
14-
"Topic :: Scientific/Engineering",
15-
"Topic :: Software Development :: Libraries :: Python Modules",
16-
"Topic :: Utilities",
17-
"Topic :: Scientific/Engineering",
18-
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
19-
"Topic :: Software Development :: User Interfaces",
20-
"Operating System :: MacOS",
21-
"Operating System :: Microsoft :: Windows",
22-
"Operating System :: OS Independent",
23-
"Operating System :: POSIX",
24-
"Operating System :: Unix",
14+
"Development Status :: 5 - Production/Stable",
15+
"Intended Audience :: Developers",
16+
"Intended Audience :: Education",
17+
"Intended Audience :: Science/Research",
18+
"License :: OSI Approved :: BSD License",
19+
"Operating System :: MacOS :: MacOS X",
20+
"Operating System :: Microsoft :: Windows :: Windows 7",
21+
"Operating System :: Microsoft :: Windows :: Windows 8",
22+
"Operating System :: Microsoft :: Windows :: Windows 10",
23+
"Operating System :: Microsoft :: Windows :: Windows 11",
24+
"Operating System :: POSIX :: Linux",
2525
"Programming Language :: Python :: 3.8",
2626
"Programming Language :: Python :: 3.9",
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
30+
"Topic :: Scientific/Engineering",
31+
"Topic :: Scientific/Engineering :: Image Processing",
32+
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
33+
"Topic :: Scientific/Engineering :: Visualization",
34+
"Topic :: Software Development :: Libraries :: Python Modules",
35+
"Topic :: Software Development :: User Interfaces",
36+
"Topic :: Software Development :: Widget Sets",
37+
"Topic :: Utilities",
3038
]
3139
requires-python = ">=3.8, <4"
3240
dependencies = [

0 commit comments

Comments
 (0)