@@ -12,22 +12,29 @@ description = "DataLab (CDL) is a data processing and analysis software for scie
1212readme = " README.md"
1313license = { file = " LICENSE" }
1414classifiers = [
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]
3239requires-python = " >=3.8, <4"
3340dependencies = [
0 commit comments