diff --git a/automation_ide/extend/process_executor/test_pioneer/test_pioneer_process_manager.py b/automation_ide/extend/process_executor/test_pioneer/test_pioneer_process_manager.py index b93d0d5..87a1d4f 100644 --- a/automation_ide/extend/process_executor/test_pioneer/test_pioneer_process_manager.py +++ b/automation_ide/extend/process_executor/test_pioneer/test_pioneer_process_manager.py @@ -9,8 +9,7 @@ from typing import TYPE_CHECKING from PySide6.QtCore import QTimer -from PySide6.QtWidgets import QWidget, QFileDialog, QMessageBox -from frontengine import language_wrapper +from PySide6.QtWidgets import QWidget from je_editor.pyside_ui.main_ui.save_settings.user_color_setting_file import actually_color_dict from je_editor.utils.venv_check.check_venv import check_and_choose_venv diff --git a/stable.toml b/dev.toml similarity index 79% rename from stable.toml rename to dev.toml index d12e494..52715ce 100644 --- a/stable.toml +++ b/dev.toml @@ -1,22 +1,22 @@ -# Rename to build stable version -# This is stable version +# Rename to dev version +# This is dev version [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "automation_ide" -version = "0.0.40" +name = "automation_ide_dev" +version = "0.0.45" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] description = "AutomationEditor for multi automation" requires-python = ">=3.9" -license = { text = "MIT" } +license-files = ["LICENSE"] dependencies = [ "je-editor", "je_auto_control", "je_web_runner", "je_load_density", "je_api_testka", "je-mail-thunder", - "automation-file", "PySide6==6.8.2.1", "test_pioneer" + "automation-file", "PySide6==6.8.3", "test_pioneer" ] classifiers = [ "Programming Language :: Python :: 3.9", @@ -24,7 +24,6 @@ classifiers = [ "Environment :: Win32 (MS Windows)", "Environment :: MacOS X", "Environment :: X11 Applications", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent" ] @@ -36,8 +35,6 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor" file = "README.md" content-type = "text/markdown" -[tool.setuptools] -license-files = ["LICENSE"] [tool.setuptools.packages] find = { namespaces = false } diff --git a/pyproject.toml b/pyproject.toml index f59db5d..325c7b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,22 +1,22 @@ -# Rename to dev version -# This is dev version +# Rename to build stable version +# This is stable version [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "automation_ide_dev" -version = "0.0.44" +name = "automation_ide" +version = "0.0.41" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] description = "AutomationEditor for multi automation" requires-python = ">=3.9" -license = { text = "MIT" } +license-files = ["LICENSE"] dependencies = [ "je-editor", "je_auto_control", "je_web_runner", "je_load_density", "je_api_testka", "je-mail-thunder", - "automation-file", "PySide6==6.8.2.1", "test_pioneer" + "automation-file", "PySide6==6.8.3", "test_pioneer" ] classifiers = [ "Programming Language :: Python :: 3.9", @@ -24,7 +24,6 @@ classifiers = [ "Environment :: Win32 (MS Windows)", "Environment :: MacOS X", "Environment :: X11 Applications", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent" ] @@ -36,8 +35,5 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor" file = "README.md" content-type = "text/markdown" -[tool.setuptools] -license-files = ["LICENSE"] - [tool.setuptools.packages] find = { namespaces = false }