1- # Rename to build stable version
2- # This is stable version
1+ # Rename to dev version
2+ # This is dev version
33[build-system ]
44requires = [" setuptools>=61.0" ]
55build-backend = " setuptools.build_meta"
66
77[project ]
8- name = " automation_ide "
9- version = " 0.0.40 "
8+ name = " automation_ide_dev "
9+ version = " 0.0.45 "
1010authors = [
1111 { name = " JE-Chen" , email = " jechenmailman@gmail.com" },
1212]
1313description = " AutomationEditor for multi automation"
1414requires-python = " >=3.9"
15- license = { text = " MIT " }
15+ license-files = [ " LICENSE " ]
1616dependencies = [
1717 " je-editor" , " je_auto_control" , " je_web_runner" ,
1818 " je_load_density" , " je_api_testka" , " je-mail-thunder" ,
19- " automation-file" , " PySide6==6.8.2.1 " , " test_pioneer"
19+ " automation-file" , " PySide6==6.8.3 " , " test_pioneer"
2020]
2121classifiers = [
2222 " Programming Language :: Python :: 3.9" ,
2323 " Development Status :: 2 - Pre-Alpha" ,
2424 " Environment :: Win32 (MS Windows)" ,
2525 " Environment :: MacOS X" ,
2626 " Environment :: X11 Applications" ,
27- " License :: OSI Approved :: MIT License" ,
2827 " Operating System :: OS Independent"
2928]
3029
@@ -36,8 +35,6 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor"
3635file = " README.md"
3736content-type = " text/markdown"
3837
39- [tool .setuptools ]
40- license-files = [" LICENSE" ]
4138
4239[tool .setuptools .packages ]
4340find = { namespaces = false }
0 commit comments