added gitea workflow and fixed some issues in pyproject.toml
This commit is contained in:
+3
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user