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.136 "
8+ name = " je_auto_control_dev "
9+ version = " 0.0.73 "
1010authors = [
11- { name = " JE-Chen" , email = " zenmailman @gmail.com" },
11+ { name = " JE-Chen" , email = " jechenmailman @gmail.com" },
1212]
13- description = " GUI Testing Automation Framework"
14- readme = { file = " README.md" , content-type = " text/markdown" }
13+ description = " GUI Automation Framework"
1514requires-python = " >=3.8"
1615license = { text = " MIT" }
1716dependencies = [
@@ -23,7 +22,7 @@ dependencies = [
2322 " python-Xlib;platform_system=='Linux'"
2423]
2524classifiers = [
26- " Programming Language :: Python :: 3.7 " ,
25+ " Programming Language :: Python :: 3.8 " ,
2726 " Development Status :: 2 - Pre-Alpha" ,
2827 " Environment :: Win32 (MS Windows)" ,
2928 " Environment :: MacOS X" ,
@@ -33,7 +32,16 @@ classifiers = [
3332]
3433
3534[project .urls ]
36- "Homepage" = " https://github.com/JE-Chen/AutoControl"
35+ Homepage = " https://github.com/Intergration-Automation-Testing/AutoControl"
36+ Documentation = " https://autocontrol.readthedocs.io/en/latest/"
37+ Code = " https://github.com/Intergration-Automation-Testing/AutoControl"
38+
39+ [project .readme ]
40+ file = " README.md"
41+ content-type = " text/markdown"
42+
43+ [tool .setuptools ]
44+ license-files = [" LICENSE" ]
3745
3846[tool .setuptools .packages ]
3947find = { namespaces = false }
0 commit comments