updated pyproject.toml

This commit is contained in:
2025-03-05 18:01:02 +01:00
parent d4ae7e43df
commit 43bd991c3d
+5
View File
@@ -22,6 +22,11 @@ dev = [
"mypy" "mypy"
] ]
docs = [
"sphinx",
"sphinx-rtd-theme"
]
[project.scripts] [project.scripts]
cpu_governor_auto_adjust = "cpu_governor_auto_adjust.cpu_governor_auto_adjust:main" cpu_governor_auto_adjust = "cpu_governor_auto_adjust.cpu_governor_auto_adjust:main"