Files
YAFI/pyproject.toml
Stephen Horvath 43de4d979d Release 1.0
2026-03-21 16:46:39 +10:00

38 lines
787 B
TOML

[project]
name = "yafi"
version = "1.0"
authors = [
{ name="Steve-Tech" }
]
description = "Yet Another Framework Interface"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"cros_ec_python >= 0.4.0",
"PyGObject"
]
classifiers = [
"Intended Audience :: End Users/Desktop",
"Programming Language :: Python :: 3",
"Operating System :: POSIX :: Linux",
"Topic :: System :: Hardware",
]
license = "GPL-2.0-or-later"
[project.optional-dependencies]
lpc = ["portio"]
[project.urls]
Repository = "https://github.com/Steve-Tech/YAFI"
Issues = "https://github.com/Steve-Tech/YAFI/issues"
[project.gui-scripts]
yafi = "yafi:main"
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["yafi"]