build fixes

This commit is contained in:
2025-03-04 10:31:08 +01:00
parent 001a23ee4a
commit 943c9a76ce
3 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "cpu_governor_auto_adjust"
version = "0.1.1"
version = "0.1.5"
description = "This application has been developed to automatically change cpu governor based on certain triggers."
authors = [
{ name = "Martin Reurekas", email = "martin@semrks.nl" }
@@ -9,6 +9,8 @@ license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"xmltodict",
"lxml",
"roonapi",
"cpufreq"
]