@@ -11,22 +11,30 @@ description = "Curve and image plotting tools for Python/Qt applications"
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- " Topic :: Scientific/Engineering :: Human Machine Interfaces " ,
19- " Topic :: Software Development :: User Interfaces " ,
20- " Operating System :: MacOS " ,
21- " Operating System :: Microsoft :: Windows" ,
22- " Operating System :: OS Independent " ,
23- " Operating System :: POSIX " ,
24- " Operating System :: Unix " ,
14+ " Development Status :: 5 - Production/Stable " ,
15+ " Intended Audience :: Developers " ,
16+ " Intended Audience :: Education " ,
17+ " Intended Audience :: Science/Research " ,
18+ " License :: OSI Approved :: BSD License " ,
19+ " Operating System :: MacOS :: MacOS X " ,
20+ " Operating System :: Microsoft :: Windows :: Windows 7 " ,
21+ " Operating System :: Microsoft :: Windows :: Windows 8 " ,
22+ " Operating System :: Microsoft :: Windows :: Windows 10 " ,
23+ " Operating System :: Microsoft :: Windows :: Windows 11 " ,
24+ " Operating System :: POSIX :: Linux " ,
2525 " Programming Language :: Python :: 3.8" ,
2626 " Programming Language :: Python :: 3.9" ,
2727 " Programming Language :: Python :: 3.10" ,
2828 " Programming Language :: Python :: 3.11" ,
2929 " Programming Language :: Python :: 3.12" ,
30+ " Topic :: Scientific/Engineering" ,
31+ " Topic :: Scientific/Engineering :: Image Processing" ,
32+ " Topic :: Scientific/Engineering :: Human Machine Interfaces" ,
33+ " Topic :: Scientific/Engineering :: Visualization" ,
34+ " Topic :: Software Development :: Libraries :: Python Modules" ,
35+ " Topic :: Software Development :: User Interfaces" ,
36+ " Topic :: Software Development :: Widget Sets" ,
37+ " Topic :: Utilities" ,
3038]
3139requires-python = " >=3.8, <4"
3240dependencies = [
0 commit comments