added gitea workflow and fixed some issues in pyproject.toml

This commit is contained in:
2026-09-13 22:58:47 +02:00
parent 2e94fa0d5a
commit 2513bc360d
3 changed files with 99 additions and 2 deletions
+3 -2
View File
@@ -5,7 +5,8 @@ description = "CPU Governor Auto Adjust based on Roon Activity and System Load"
authors = [
{ name = "Martin Reurekas", email = "martin@semrks.nl" }
]
license = { file = "LICENSE" }
license = "MIT"
license-files = ["LICENSE"]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
@@ -23,7 +24,7 @@ dev = [
]
[tool.setuptools.packages.find]
where = [".", "cpu_governor_auto_adjust"]
where = ["."]
[project.scripts]
cpu_governor_auto_adjust = "cpu_governor_auto_adjust.cpu_governor_auto_adjust:main"