This commit is contained in:
Chris Oloff 2026-05-12 10:07:36 +02:00
commit a058e506e9
5 changed files with 29 additions and 0 deletions

7
pyproject.toml Normal file
View file

@ -0,0 +1,7 @@
[project]
name = "watt42"
version = "0.1.0"
description = "Public package for Watt42, see https://www.watt42.com/"
readme = "README.md"
requires-python = ">=3.14"
dependencies = []