Skip to content

Commit 713465d

Browse files
committed
Update pyproject.toml classifiers
1 parent 0b3c262 commit 713465d

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

pyproject.toml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,29 @@ description = "DataLab (CDL) is a data processing and analysis software for scie
1212
readme = "README.md"
1313
license = { file = "LICENSE" }
1414
classifiers = [
15-
"Topic :: Scientific/Engineering",
16-
"Topic :: Software Development :: Libraries :: Python Modules",
17-
"Topic :: Utilities",
18-
"Topic :: Scientific/Engineering",
19-
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
20-
"Topic :: Software Development :: User Interfaces",
21-
"Operating System :: MacOS",
22-
"Operating System :: Microsoft :: Windows",
23-
"Operating System :: OS Independent",
24-
"Operating System :: POSIX",
25-
"Operating System :: Unix",
15+
"Development Status :: 5 - Production/Stable",
16+
"Intended Audience :: Developers",
17+
"Intended Audience :: Education",
18+
"Intended Audience :: Science/Research",
19+
"Intended Audience :: End Users/Desktop",
20+
"License :: OSI Approved :: BSD License",
21+
"Operating System :: MacOS :: MacOS X",
22+
"Operating System :: Microsoft :: Windows :: Windows 7",
23+
"Operating System :: Microsoft :: Windows :: Windows 8",
24+
"Operating System :: Microsoft :: Windows :: Windows 10",
25+
"Operating System :: Microsoft :: Windows :: Windows 11",
26+
"Operating System :: POSIX :: Linux",
2627
"Programming Language :: Python :: 3.8",
2728
"Programming Language :: Python :: 3.9",
2829
"Programming Language :: Python :: 3.10",
2930
"Programming Language :: Python :: 3.11",
3031
"Programming Language :: Python :: 3.12",
32+
"Topic :: Scientific/Engineering",
33+
"Topic :: Scientific/Engineering :: Image Processing",
34+
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
35+
"Topic :: Scientific/Engineering :: Visualization",
36+
"Topic :: Software Development :: Libraries :: Python Modules",
37+
"Topic :: Software Development :: Widget Sets",
3138
]
3239
requires-python = ">=3.8, <4"
3340
dependencies = [

0 commit comments

Comments
 (0)