This commit is contained in:
@@ -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]
|
[tool.ruff]
|
||||||
target-version = "py311"
|
target-version = "py311"
|
||||||
line-length = 100
|
line-length = 100
|
||||||
|
|||||||
Reference in New Issue
Block a user