File pyproject.toml of Package failed_streamdeck-linux-gui
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "streamdeck-linux-gui"
version = "4.1.3"
description = "A GUI for Elgato Stream Deck on Linux"
readme = "README.md"
requires-python = ">=3.8,<3.14"
license = { file = "LICENSE" }
authors = [
{ name = "Stream Deck Linux Contributors" }
]
dependencies = [
"PySide6 >=6.2",
"python-xlib >=0.30",
"Pillow >=8.0.0",
"pyudev >=0.22"
]
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]
include = ["streamdeck_linux_gui*"]
[tool.setuptools.entry-points.console_scripts]
streamdeck-gui = "streamdeck_linux_gui.__main__:main"