Fix fan control, attempt to make compatible with pipx

This commit is contained in:
Stephen Horvath
2025-03-20 08:49:07 +10:00
parent dd31200082
commit f6fa632d69
3 changed files with 16 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ description = "Yet Another Framework Interface"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"cros_ec_python",
"cros_ec_python >= 0.0.2",
"PyGObject"
]
classifiers = [
@@ -25,4 +25,7 @@ lpc = ["portio"]
[project.urls]
Repository = "https://github.com/Steve-Tech/YAFI"
Issues = "https://github.com/Steve-Tech/YAFI/issues"
Issues = "https://github.com/Steve-Tech/YAFI/issues"
[project.gui-scripts]
yafi = "yafi:main"