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.53 "
8+ name = " automation_ide_dev "
9+ version = " 0.0.66 "
1010authors = [
1111 { name = " JE-Chen" , email = " jechenmailman@gmail.com" },
1212]
1313description = " AutomationEditor for multi automation"
1414requires-python = " >=3.10"
1515license-files = [" LICENSE" ]
1616dependencies = [
17- " je-editor " , " je_auto_control" , " je_web_runner" ,
17+ " je_editor_dev " , " je_auto_control" , " je_web_runner" ,
1818 " je_load_density" , " je_api_testka" , " je-mail-thunder" ,
19- " automation-file" , " PySide6==6.10.0 " , " test_pioneer" , " paramiko"
19+ " automation-file" , " PySide6==6.10.1 " , " test_pioneer" , " paramiko"
2020]
2121classifiers = [
2222 " Programming Language :: Python :: 3.10" ,
@@ -35,5 +35,6 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor"
3535file = " README.md"
3636content-type = " text/markdown"
3737
38+
3839[tool .setuptools .packages ]
3940find = { namespaces = false }
0 commit comments