@@ -11,20 +11,29 @@ description = "Python library providing a simple remote client to DataLab (CDL)
11
11
readme = " README.md"
12
12
license = { file = " LICENSE" }
13
13
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" ,
23
26
" Programming Language :: Python :: 3.8" ,
24
27
" Programming Language :: Python :: 3.9" ,
25
28
" Programming Language :: Python :: 3.10" ,
26
29
" Programming Language :: Python :: 3.11" ,
27
30
" 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" ,
28
37
]
29
38
requires-python = " >=3.8, <4"
30
39
dependencies = [" NumPy >= 1.21" , " guidata >= 3.1" ]
0 commit comments