updated pyproject.toml

This commit is contained in:
2025-03-02 12:39:15 +01:00
parent e92e6b4efc
commit 8f78a1c640
4 changed files with 7 additions and 0 deletions
+4
View File
@@ -1,2 +1,6 @@
__pycache__/
triggers/.data
.vscode/
dist/
cpu_governor_auto_adjust.egg-info/
build/
View File
View File
+3
View File
@@ -25,6 +25,9 @@ docs = [
"sphinx-rtd-theme"
]
[project.scripts]
cpu_governor_auto_adjust = "cpu_governor_auto_adjust.cpu_governor_auto_adjust:main"
[project.urls]
Homepage = "http://gitea.semrks.nl:8418/mreurekas/cpu_governor_auto_adjust"
Repository = "http://gitea.semrks.nl:8418/mreurekas/cpu_governor_auto_adjust.git"