Files
Launcher/pyproject.toml
T
wei 6ab807356d Add account manager and the account page is now fully functional.
Fix "Missing javaVersion" error when launching legacy Minecraft.

Add settings page. (But is not fully implemented yet)
2026-08-03 00:16:12 +08:00

30 lines
585 B
TOML

[project]
name = "testlauncher"
version = "0.0.4a0"
description = "A lightweight Minecraft launcher."
readme = "README.md"
requires-python = ">=3.10"
authors = [
{ name = "wei", email = "[email protected]" },
]
dependencies = [
"colorlog>=6.9,<7",
"keyring>=25.6,<26",
"PySide6>=6.8,<7",
"requests>=2.32,<3",
]
[dependency-groups]
build = [
"Nuitka>=4.1",
"ordered-set>=4.1",
"zstandard>=0.23",
]
[project.urls]
Homepage = "https://repo.weispace.net/wei/Launcher"
Repository = "https://repo.weispace.net/wei/Launcher/"
[tool.uv]
package = false