chore(deps): use lizardbyte-common for python helpers (#5250)

This commit is contained in:
David Lane
2026-06-04 19:48:38 -04:00
committed by GitHub
parent 1f0455cc0c
commit 98ee1d00f5
13 changed files with 40 additions and 530 deletions

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "Sunshine"
version = "0.0.0"
description = "Helper scripts for Sunshine"
description = "Python tooling for Sunshine"
requires-python = ">=3.14"
license = {text = "GPL-3.0-only"}
authors = [
@@ -29,19 +29,6 @@ flatpak = [
"flatpak_pip_generator",
]
lint = [
"clang-format==20.*",
"flake8==7.3.0",
]
locale = [
"Babel==2.18.0",
]
test = [
"gcovr==8.6",
]
[project.urls]
Homepage = "https://app.lizardbyte.dev/Sunshine"
Repository = "https://github.com/LizardByte/Sunshine"