From d42556c6c5a3a00cb39dde1f9a5e15972e7b3f70 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 6 Sep 2026 00:58:53 -0400 Subject: [PATCH] Adding pyproject info --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c9a329c..1a41138 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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