1- # Rename to build stable version
2- # This is stable version
1+ # Rename to build dev version
2+ # This is dev version
33[build-system ]
4- requires = [" setuptools>=61.0 " ]
4+ requires = [" setuptools" ]
55build-backend = " setuptools.build_meta"
66
77[project ]
8- name = " je_auto_control "
9- version = " 0.0.168 "
8+ name = " je_auto_control_dev "
9+ version = " 0.0.116 "
1010authors = [
1111 {
name =
" JE-Chen" ,
email =
" [email protected] " },
1212]
1313description = " GUI Automation Framework"
14- requires-python = " >=3.9 "
14+ requires-python = " >=3.10 "
1515license-files = [" LICENSE" ]
1616dependencies = [
1717 " je_open_cv" ,
1818 " pillow" ,
19- " Pyside6==6.9.0" ,
2019 " pyobjc-core;platform_system=='Darwin'" ,
2120 " pyobjc;platform_system=='Darwin'" ,
2221 " python-Xlib;platform_system=='Linux'" ,
2322 " mss"
2423]
2524classifiers = [
26- " Programming Language :: Python :: 3.9 " ,
25+ " Programming Language :: Python :: 3.10 " ,
2726 " Development Status :: 2 - Pre-Alpha" ,
2827 " Environment :: Win32 (MS Windows)" ,
2928 " Environment :: MacOS X" ,
@@ -44,4 +43,4 @@ content-type = "text/markdown"
4443find = { namespaces = false }
4544
4645[project .optional-dependencies ]
47- gui = [" PySide6==6.9.0 " , " qt-material" ]
46+ gui = [" PySide6==6.9.1 " , " qt-material" ]
0 commit comments