Skip to content

Commit 5875909

Browse files
committed
Update pyproject.toml classifiers
1 parent 75c219b commit 5875909

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

pyproject.toml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,29 @@ description = "Python library providing a simple remote client to DataLab (CDL)
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-
"Operating System :: MacOS",
19-
"Operating System :: Microsoft :: Windows",
20-
"Operating System :: OS Independent",
21-
"Operating System :: POSIX",
22-
"Operating System :: Unix",
14+
"Development Status :: 5 - Production/Stable",
15+
"Intended Audience :: Developers",
16+
"Intended Audience :: Education",
17+
"Intended Audience :: Science/Research",
18+
"Intended Audience :: End Users/Desktop",
19+
"License :: OSI Approved :: BSD License",
20+
"Operating System :: MacOS :: MacOS X",
21+
"Operating System :: Microsoft :: Windows :: Windows 7",
22+
"Operating System :: Microsoft :: Windows :: Windows 8",
23+
"Operating System :: Microsoft :: Windows :: Windows 10",
24+
"Operating System :: Microsoft :: Windows :: Windows 11",
25+
"Operating System :: POSIX :: Linux",
2326
"Programming Language :: Python :: 3.8",
2427
"Programming Language :: Python :: 3.9",
2528
"Programming Language :: Python :: 3.10",
2629
"Programming Language :: Python :: 3.11",
2730
"Programming Language :: Python :: 3.12",
31+
"Topic :: Scientific/Engineering",
32+
"Topic :: Scientific/Engineering :: Image Processing",
33+
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
34+
"Topic :: Scientific/Engineering :: Visualization",
35+
"Topic :: Software Development :: Libraries :: Python Modules",
36+
"Topic :: Software Development :: Widget Sets",
2837
]
2938
requires-python = ">=3.8, <4"
3039
dependencies = ["NumPy >= 1.21", "guidata >= 3.1"]

0 commit comments

Comments
 (0)