revert the experiment

and  add nutiksa and related to dev dependancy and update worflow and rename the pip requirement for more clarity
This commit is contained in:
xgui4
2026-05-22 23:14:55 -04:00
parent a5dbf16549
commit 3fc0cc3605
4 changed files with 675 additions and 122 deletions

View File

@@ -17,12 +17,17 @@ license-files = [ "license.md" ]
dependencies = [
"PySide6<=6.11.0; sys_platform == 'win32' or sys_platform == 'linux' or sys_platform == 'darwin'",
"platformdirs<=4.9.6",
"hatch<=1.16.5",
"rich<=15.0.0",
"Nuitka<=4.1",
"patchelf<=0.17.2.4; sys_platform == 'linux'",
"vdf<=3.4"
]
[dependency-groups]
dev = [
"Nuitka<=4.1",
"patchelf<=0.17.2.4; sys_platform == 'linux'"
]
[project.scripts]
lce-qt-launcher = "lce_qt_launcher.main:main"
lce-mod-manager = "lce_qt_launcher.managers.mod_manager:main"
@@ -35,7 +40,7 @@ LicenseURL = "https://www.gnu.org/licenses/gpl-3.0"
[tool.hatch.build.targets.wheel.hooks.custom]
path = "hatch_build.py"
[tool.uv.workspace]
[tool.hatch.envs.default.scripts]
packages = "python packages.py"
[tool.pyright]