From 13337c92c9931cad4095472050553e2821f91368 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 5 Mar 2025 18:16:55 +0100 Subject: [PATCH] renamed install dir --- .../cpu-gonernor-auto-adjust.service | 0 {install => install_scripts}/start.sh | 0 pyproject.toml | 6 ++---- 3 files changed, 2 insertions(+), 4 deletions(-) rename {install => install_scripts}/cpu-gonernor-auto-adjust.service (100%) rename {install => install_scripts}/start.sh (100%) diff --git a/install/cpu-gonernor-auto-adjust.service b/install_scripts/cpu-gonernor-auto-adjust.service similarity index 100% rename from install/cpu-gonernor-auto-adjust.service rename to install_scripts/cpu-gonernor-auto-adjust.service diff --git a/install/start.sh b/install_scripts/start.sh similarity index 100% rename from install/start.sh rename to install_scripts/start.sh diff --git a/pyproject.toml b/pyproject.toml index 8ccb783..a095a4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"