feat: initial commit

This commit is contained in:
2026-07-29 16:23:30 +02:00
commit 0f7ac6e442
5 changed files with 30 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "sleep-detection"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Asger Gitz-Johansen", email = "asger.gitz@hotmail.com" }
]
requires-python = ">=3.12"
dependencies = []
[project.scripts]
sleep-detection = "sleep_detection:main"
[build-system]
requires = ["uv_build>=0.12.0,<0.13.0"]
build-backend = "uv_build"