1
- # Rename to build stable version
2
- # This is stable version
1
+ # Rename to build dev version
2
+ # This is dev version
3
3
[build-system ]
4
- requires = [" setuptools>=61.0 " ]
4
+ requires = [" setuptools" ]
5
5
build-backend = " setuptools.build_meta"
6
6
7
7
[project ]
8
- name = " je_auto_control "
9
- version = " 0.0.168 "
8
+ name = " je_auto_control_dev "
9
+ version = " 0.0.116 "
10
10
authors = [
11
11
{
name =
" JE-Chen" ,
email =
" [email protected] " },
12
12
]
13
13
description = " GUI Automation Framework"
14
- requires-python = " >=3.9 "
14
+ requires-python = " >=3.10 "
15
15
license-files = [" LICENSE" ]
16
16
dependencies = [
17
17
" je_open_cv" ,
18
18
" pillow" ,
19
- " Pyside6==6.9.0" ,
20
19
" pyobjc-core;platform_system=='Darwin'" ,
21
20
" pyobjc;platform_system=='Darwin'" ,
22
21
" python-Xlib;platform_system=='Linux'" ,
23
22
" mss"
24
23
]
25
24
classifiers = [
26
- " Programming Language :: Python :: 3.9 " ,
25
+ " Programming Language :: Python :: 3.10 " ,
27
26
" Development Status :: 2 - Pre-Alpha" ,
28
27
" Environment :: Win32 (MS Windows)" ,
29
28
" Environment :: MacOS X" ,
@@ -44,4 +43,4 @@ content-type = "text/markdown"
44
43
find = { namespaces = false }
45
44
46
45
[project .optional-dependencies ]
47
- gui = [" PySide6==6.9.0 " , " qt-material" ]
46
+ gui = [" PySide6==6.9.1 " , " qt-material" ]
0 commit comments