Initial setup
This commit is contained in:
commit
9c08272621
6 changed files with 109 additions and 0 deletions
17
pyproject.toml
Normal file
17
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue