final test before i might do a refactor

This commit is contained in:
xgui4
2026-04-18 21:13:36 -04:00
parent 804811aadb
commit 6ca2d836ab
3 changed files with 10 additions and 9 deletions

View File

@@ -23,14 +23,7 @@ dependencies = [
[tool.hatch.build.targets.wheel.sources]
"src/lce_qt_launcher" = "lce_qt_launcher"
"src/main.py" = "lce_qt_launcher/main.py"
"src/ui_form.py" = "lce_qt_launcher/ui_form.py"
"src/ui_instance.py" = "lce_qt_launcher/ui_instance.py"
"src/ui_system_info.py" = "lce_qt_launcher/ui_system_info.py"
"src/ui_settingDialog.py" = "lce_qt_launcher/ui_settingDialog.py"
"src/ui_about.py" = "lce_qt_launcher/ui_about.py"
"src/res_rc.py" = "lce_qt_launcher/res_rc.py"
"src" = "lce_qt_launcher"
[project.scripts]
lce-qt-launcher = "lce_qt_launcher.main:main"
@@ -52,6 +45,12 @@ artifacts = [
"src/res_rc.py",
]
[tool.hatch.build.targets.wheel]
artifacts = [
"src/ui_*.py",
"src/res_rc.py",
]
[tool.pyside6-project]
files = [
"src/lce_qt_launcher/__init__.py",