Files
sleep-detection/pyproject.toml
T
2026-08-02 10:29:24 +02:00

20 lines
407 B
TOML

[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 = [
"torch"
]
[project.scripts]
sleep-detection = "sleep_detection.main:main"
[build-system]
requires = ["uv_build>=0.12.0,<0.13.0"]
build-backend = "uv_build"