Skip to content

Commit

Permalink
Merge pull request #7 from Intergration-Automation-Testing/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
JE-Chen authored May 6, 2023
2 parents 83b6bcb + 1a5749d commit 20bd546
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 15 deletions.
9 changes: 4 additions & 5 deletions dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ build-backend = "setuptools.build_meta"

[project]
name = "frontengine_dev"
version = "0.0.1"
version = "0.0.4"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
dependencies = [
"PySide6",
"qt-material",
]
description = ""
description = "FrontEngine is a tool allow you set Video or Image or GIF front of all window"
requires-python = ">=3.8"
license = { text = "MIT" }
classifiers = [
Expand All @@ -28,9 +28,8 @@ classifiers = [
]

[project.urls]
Homepage = ""
Documentation = ""
Code = ""
Homepage = "https://github.com/Intergration-Automation-Testing/FrontEngine"
Code = "https://github.com/Intergration-Automation-Testing/FrontEngine"

[project.readme]
file = "README.md"
Expand Down
Binary file added exe/je_driver_icon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions exe/start_front_engine.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from frontengine import start_front_engine

start_front_engine()
5 changes: 5 additions & 0 deletions frontengine/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from frontengine.ui.main.main_ui import start_front_engine

__all__ = [
"start_front_engine"
]
2 changes: 0 additions & 2 deletions frontengine/ui/main/main_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ def start_front_engine():
window.showMaximized()
sys.exit(new_editor.exec())


start_front_engine()
12 changes: 4 additions & 8 deletions stable.toml → pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,17 @@ build-backend = "setuptools.build_meta"

[project]
name = "frontengine"
version = "0.0.1"
version = "0.0.4"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
dependencies = [
"PySide6",
"qt-material",
]
description = ""
description = "FrontEngine is a tool allow you set Video or Image or GIF front of all window"
requires-python = ">=3.8"
license = { text = "MIT" }
dependencies = [
"Pyside6"
]
classifiers = [
"Programming Language :: Python :: 3.7",
"Development Status :: 2 - Pre-Alpha",
Expand All @@ -31,9 +28,8 @@ classifiers = [
]

[project.urls]
Homepage = ""
Documentation = ""
Code = ""
Homepage = "https://github.com/Intergration-Automation-Testing/FrontEngine"
Code = "https://github.com/Intergration-Automation-Testing/FrontEngine"

[project.readme]
file = "README.md"
Expand Down

0 comments on commit 20bd546

Please sign in to comment.