Files
faugus-launcher/pyproject.toml
T
2025-05-26 17:01:40 -05:00

50 lines
1.3 KiB
TOML

[build-system]
build-backend = "mesonpy"
requires = ["meson-python"]
[project]
name = "faugus-launcher"
dynamic = ["version"]
dependencies = [
"evdev",
"filelock",
"pillow",
"psutil",
"PyGObject",
"pynput",
"requests",
"vdf",
]
requires-python = ">=3.9"
readme = "README.md"
authors = [{ name = "Faugus" }]
maintainers = [
{ name = "Faugus" },
{ name = "ToRRent1812" },
{ name = "RoGreat" },
]
description = "A simple and lightweight app for running Windows games using UMU-Launcher"
license = "MIT"
license-files = ["LICENSE"]
keywords = ["linux", "games", "proton"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: X11 Applications :: GTK",
"Intended Audience :: End Users/Desktop",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Unix Shell",
]
[project.scripts]
faugus-launcher = "faugus_launcher:main"
faugus-run = "faugus_run:main"
faugus-proton-manager = "faugus_proton_manager:main"
faugus-components = "faugus_components:main"
faugus-gamepad = "faugus_gamepad:main"
[project.urls]
Repository = "https://github.com/Faugus/faugus-launcher"
Issues = "https://github.com/Faugus/faugus-launcher/issues"
Changelog = "https://github.com/Faugus/faugus-launcher/releases"