diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 6ef4907..268d24d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -6,9 +6,10 @@
-
-
-
+
+
+
+
@@ -92,23 +93,23 @@
"WebServerToolWindowFactoryState": "false",
"git-widget-placeholder": "dev",
"ignore.virus.scanning.warn.message": "true",
- "last_opened_file_path": "C:/CodeWorkspace/Python/WebRunner",
+ "last_opened_file_path": "C:/CodeWorkspace/Python/AutoControlGUI",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
- "settings.editor.selected.configurable": "discord-application",
+ "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable",
"vue.rearranger.settings.migration": "true"
}
}]]>
+
-
@@ -578,6 +579,8 @@
+
+
diff --git a/LICENSE/AutoControl/LICENSE b/LICENSE
similarity index 100%
rename from LICENSE/AutoControl/LICENSE
rename to LICENSE
diff --git a/LICENSEs/AutoControl/LICENSE b/LICENSEs/AutoControl/LICENSE
new file mode 100644
index 0000000..741b691
--- /dev/null
+++ b/LICENSEs/AutoControl/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2021~2023 JE-Chen
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/LICENSE/Numpy/LICENSE b/LICENSEs/Numpy/LICENSE
similarity index 100%
rename from LICENSE/Numpy/LICENSE
rename to LICENSEs/Numpy/LICENSE
diff --git a/LICENSE/OpenCV/LICENSE b/LICENSEs/OpenCV/LICENSE
similarity index 100%
rename from LICENSE/OpenCV/LICENSE
rename to LICENSEs/OpenCV/LICENSE
diff --git a/LICENSE/Pillow/LICENSE b/LICENSEs/Pillow/LICENSE
similarity index 100%
rename from LICENSE/Pillow/LICENSE
rename to LICENSEs/Pillow/LICENSE
diff --git a/LICENSE/python_xlib/LICENSE b/LICENSEs/python_xlib/LICENSE
similarity index 100%
rename from LICENSE/python_xlib/LICENSE
rename to LICENSEs/python_xlib/LICENSE
diff --git a/dev.toml b/dev.toml
index 01b4bd3..a3c5791 100644
--- a/dev.toml
+++ b/dev.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "je_auto_control_dev"
-version = "0.0.110"
+version = "0.0.111"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
@@ -16,7 +16,7 @@ license-files = ["LICENSE"]
dependencies = [
"je_open_cv",
"pillow",
- "Pyside6==6.8.3",
+ "Pyside6==6.9.0",
"pyobjc-core;platform_system=='Darwin'",
"pyobjc;platform_system=='Darwin'",
"python-Xlib;platform_system=='Linux'",
diff --git a/dev_requirements.txt b/dev_requirements.txt
index ae6f73a..9cbf635 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -4,6 +4,6 @@ build
twine
sphinx
sphinx-rtd-theme
-Pyside6==6.8.2.1
+Pyside6==6.9.0
qt-material
mss
diff --git a/requirements.txt b/requirements.txt
index 4d53ec2..34dcc8e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,4 @@
je_auto_control
qt-material
mss
+Pyside6==6.9.0
diff --git a/pyproject.toml b/stable.toml
similarity index 96%
rename from pyproject.toml
rename to stable.toml
index 8bd423b..9af4466 100644
--- a/pyproject.toml
+++ b/stable.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "je_auto_control"
-version = "0.0.167"
+version = "0.0.168"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
@@ -16,7 +16,7 @@ license-files = ["LICENSE"]
dependencies = [
"je_open_cv",
"pillow",
- "Pyside6==6.8.3",
+ "Pyside6==6.9.0",
"pyobjc-core;platform_system=='Darwin'",
"pyobjc;platform_system=='Darwin'",
"python-Xlib;platform_system=='Linux'",