File tree Expand file tree Collapse file tree 5 files changed +31
-30
lines changed Expand file tree Collapse file tree 5 files changed +31
-30
lines changed Original file line number Diff line number Diff line change 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.157 "
8+ name = " je_auto_control_dev "
9+ version = " 0.0.99 "
1010authors = [
1111 {
name =
" JE-Chen" ,
email =
" [email protected] " },
1212]
@@ -16,11 +16,12 @@ license = { text = "MIT" }
1616dependencies = [
1717 " je_open_cv" ,
1818 " pillow" ,
19- " numpy" ,
2019 " APScheduler" ,
2120 " pyobjc-core;platform_system=='Darwin'" ,
2221 " pyobjc;platform_system=='Darwin'" ,
23- " python-Xlib;platform_system=='Linux'"
22+ " python-Xlib;platform_system=='Linux'" ,
23+ " Pyside6" ,
24+ " qt-material"
2425]
2526classifiers = [
2627 " Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change 1- # Rename to build dev version
2- # This is dev version
1+ # Rename to build stable version
2+ # This is stable version
33[build-system ]
4- requires = [" setuptools" ]
4+ requires = [" setuptools>=61.0 " ]
55build-backend = " setuptools.build_meta"
66
77[project ]
8- name = " je_auto_control_dev "
9- version = " 0.0.98 "
8+ name = " je_auto_control "
9+ version = " 0.0.158 "
1010authors = [
1111 {
name =
" JE-Chen" ,
email =
" [email protected] " },
1212]
@@ -19,7 +19,9 @@ dependencies = [
1919 " APScheduler" ,
2020 " pyobjc-core;platform_system=='Darwin'" ,
2121 " pyobjc;platform_system=='Darwin'" ,
22- " python-Xlib;platform_system=='Linux'"
22+ " python-Xlib;platform_system=='Linux'" ,
23+ " Pyside6" ,
24+ " qt-material"
2325]
2426classifiers = [
2527 " Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change 11[
22 [
3- " type_keyboard " ,
3+ " AC_type_keyboard " ,
44 {
55 "keycode" : 0
66 }
77 ],
88 [
9- " mouse_left " ,
9+ " AC_mouse_left " ,
1010 {
1111 "mouse_keycode" : " mouse_left" ,
1212 "x" : 500 ,
1313 "y" : 500
1414 }
1515 ],
1616 [
17- " get_mouse_position "
17+ " AC_get_mouse_position "
1818 ],
1919 [
20- " press_mouse " ,
20+ " AC_press_mouse " ,
2121 {
2222 "mouse_keycode" : " mouse_left" ,
2323 "x" : 500 ,
2424 "y" : 500
2525 }
2626 ],
2727 [
28- " release_mouse " ,
28+ " AC_release_mouse " ,
2929 {
3030 "mouse_keycode" : " mouse_left" ,
3131 "x" : 500 ,
3232 "y" : 500
3333 }
3434 ]
35- ]
35+ ]
Original file line number Diff line number Diff line change 11[
22 [
3- " type_keyboard " ,
3+ " AC_type_keyboard " ,
44 {
55 "keycode" : 0
66 }
77 ],
88 [
9- " mouse_left " ,
9+ " AC_mouse_left " ,
1010 {
1111 "mouse_keycode" : " mouse_left" ,
1212 "x" : 500 ,
1313 "y" : 500
1414 }
1515 ],
1616 [
17- " get_mouse_position "
17+ " AC_get_mouse_position "
1818 ],
1919 [
20- " press_mouse " ,
20+ " AC_press_mouse " ,
2121 {
2222 "mouse_keycode" : " mouse_left" ,
2323 "x" : 500 ,
2424 "y" : 500
2525 }
2626 ],
2727 [
28- " release_mouse " ,
28+ " AC_release_mouse " ,
2929 {
3030 "mouse_keycode" : " mouse_left" ,
3131 "x" : 500 ,
3232 "y" : 500
3333 }
3434 ]
35- ]
35+ ]
You can’t perform that action at this time.
0 commit comments