mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 03:40:50 +00:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user