mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
Fix fan control, attempt to make compatible with pipx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user