feat: initial project

This commit is contained in:
2026-07-29 17:37:26 +02:00
parent 0f7ac6e442
commit c31507a2cb
5 changed files with 54 additions and 4 deletions
+4 -2
View File
@@ -7,10 +7,12 @@ authors = [
{ name = "Asger Gitz-Johansen", email = "asger.gitz@hotmail.com" }
]
requires-python = ">=3.12"
dependencies = []
dependencies = [
"torch"
]
[project.scripts]
sleep-detection = "sleep_detection:main"
sleep-detection = "sleep_detection.main:main"
[build-system]
requires = ["uv_build>=0.12.0,<0.13.0"]