chore(deps): use lizardbyte-common for python helpers (#5250)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user