Initial setup

This commit is contained in:
Quirin Kinader 2025-08-20 20:42:35 +02:00
commit 9c08272621
6 changed files with 109 additions and 0 deletions

17
pyproject.toml Normal file
View file

@ -0,0 +1,17 @@
[project]
name = "gardening_iot"
version = "0.1.0"
description = "Garden Automation and Monitoring"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"ruff>=0.6.7",
]