added install files

This commit is contained in:
2025-03-05 17:57:31 +01:00
parent 3b3d77b971
commit d4ae7e43df
4 changed files with 24 additions and 8 deletions
+1 -6
View File
@@ -1,6 +1,6 @@
[project]
name = "cpu_governor_auto_adjust"
version = "0.1.10"
version = "0.1.11"
description = "This application has been developed to automatically change cpu governor based on certain triggers."
authors = [
{ name = "Martin Reurekas", email = "martin@semrks.nl" }
@@ -22,11 +22,6 @@ dev = [
"mypy"
]
docs = [
"sphinx",
"sphinx-rtd-theme"
]
[project.scripts]
cpu_governor_auto_adjust = "cpu_governor_auto_adjust.cpu_governor_auto_adjust:main"