-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from Integration-Automation/dev
Dev
- Loading branch information
Showing
8 changed files
with
175 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# 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_editor" | ||
version = "0.0.32" | ||
name = "automation_editor_dev" | ||
version = "0.0.33" | ||
authors = [ | ||
{ name = "JE-Chen", email = "[email protected]" }, | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
{ | ||
"version": "auto-py-to-exe-configuration_v1", | ||
"pyinstallerOptions": [ | ||
{ | ||
"optionDest": "noconfirm", | ||
"value": true | ||
}, | ||
{ | ||
"optionDest": "filenames", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/exe/start_automation_editor.py" | ||
}, | ||
{ | ||
"optionDest": "onefile", | ||
"value": false | ||
}, | ||
{ | ||
"optionDest": "console", | ||
"value": false | ||
}, | ||
{ | ||
"optionDest": "icon_file", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/exe/je_driver_icon.ico" | ||
}, | ||
{ | ||
"optionDest": "name", | ||
"value": "AutomationIDE" | ||
}, | ||
{ | ||
"optionDest": "clean_build", | ||
"value": false | ||
}, | ||
{ | ||
"optionDest": "strip", | ||
"value": false | ||
}, | ||
{ | ||
"optionDest": "noupx", | ||
"value": false | ||
}, | ||
{ | ||
"optionDest": "disable_windowed_traceback", | ||
"value": false | ||
}, | ||
{ | ||
"optionDest": "uac_admin", | ||
"value": false | ||
}, | ||
{ | ||
"optionDest": "uac_uiaccess", | ||
"value": false | ||
}, | ||
{ | ||
"optionDest": "argv_emulation", | ||
"value": false | ||
}, | ||
{ | ||
"optionDest": "bootloader_ignore_signals", | ||
"value": false | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/exe/je_driver_icon.ico:." | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/yapf_third_party:yapf_third_party/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/jupyter_client:jupyter_client/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/jupyter_client-8.3.1.dist-info:jupyter_client-8.3.1.dist-info/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/jupyter_core-5.3.1.dist-info:jupyter_core-5.3.1.dist-info/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/jupyter_core:jupyter_core/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/qtconsole-5.4.4.dist-info:qtconsole-5.4.4.dist-info/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/qtconsole:qtconsole/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/ipython-8.15.0.dist-info:ipython-8.15.0.dist-info/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/IPython:IPython/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/debugpy/_vendored/pydevd/pydev_ipython:pydev_ipython/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/ipython_genutils-0.2.0.dist-info:ipython_genutils-0.2.0.dist-info/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/ipython_genutils:ipython_genutils/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/debugpy:debugpy/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/parso:parso/" | ||
}, | ||
{ | ||
"optionDest": "datas", | ||
"value": "/home/jeffrey/Projects/AutomationIDE/venv/lib/python3.10/site-packages/jedi:jedi/" | ||
}, | ||
{ | ||
"optionDest": "pathex", | ||
"value": "/home/jeffrey/Projects/AutomationIDE" | ||
} | ||
], | ||
"nonPyinstallerOptions": { | ||
"increaseRecursionLimit": true, | ||
"manualArguments": "" | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Package: AutomationIDE | ||
Version: 1.0.0 | ||
Architecture: all | ||
Description: AutomationIDE, python IDE with automation packages. | ||
Maintainer: JE-Chen <[email protected]> |
9 changes: 9 additions & 0 deletions
9
linux_package_source/automation_ide/usr/share/applications/automationIDE.desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Desktop Entry] | ||
Version=1.0.0 | ||
Name=AutomationIDE | ||
Comment="Python IDE with automation package" | ||
Exec=/usr/lib/AutomationIDE | ||
Icon=/usr/share/icons/je_driver_icon.ico | ||
Terminal=False | ||
Type=Application | ||
Categories=Development |
Binary file added
BIN
+4.19 KB
linux_package_source/automation_ide/usr/share/icons/je_driver_icon.ico
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# 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_editor_dev" | ||
version = "0.0.32" | ||
name = "automation_editor" | ||
version = "0.0.33" | ||
authors = [ | ||
{ name = "JE-Chen", email = "[email protected]" }, | ||
] | ||
|