renamed install dir

This commit is contained in:
2025-03-05 18:16:55 +01:00
parent 43bd991c3d
commit 13337c92c9
3 changed files with 2 additions and 4 deletions
+2 -4
View File
@@ -22,10 +22,8 @@ dev = [
"mypy"
]
docs = [
"sphinx",
"sphinx-rtd-theme"
]
[tool.setuptools.packages.find]
where = [".", "cpu_governor_auto_adjust"]
[project.scripts]
cpu_governor_auto_adjust = "cpu_governor_auto_adjust.cpu_governor_auto_adjust:main"