mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 02:30:44 +00:00
final test before i might do a refactor
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user