Adding pyproject info
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-09-06 00:58:53 -04:00
parent 2a31e74fa8
commit d42556c6c5
+10
View File
@@ -1,3 +1,13 @@
[project]
name = "pico-thermo"
version = "0.0.1"
description = "MicroPython MQTT app to read BME280 sensor into Home Assistant"
readme = "README.md"
requires-python = ">=3.9"
authors = [
{ name = "Gregory Ballantine" }
]
[tool.ruff]
target-version = "py311"
line-length = 100