@@ -11,20 +11,29 @@ description = "Python library providing a simple remote client to DataLab (CDL)
1111readme = " README.md"
1212license = { file = " LICENSE" }
1313classifiers = [
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]
2938requires-python = " >=3.8, <4"
3039dependencies = [" NumPy >= 1.21" , " guidata >= 3.1" ]
0 commit comments