docs(publish): add repo and homepage information

This commit is contained in:
Chris Oloff 2026-05-12 10:46:20 +02:00
parent a058e506e9
commit aba5e06436
2 changed files with 13 additions and 1 deletions

View file

@ -1,7 +1,11 @@
[project]
name = "watt42"
version = "0.1.0"
version = "0.1.1"
description = "Public package for Watt42, see https://www.watt42.com/"
readme = "README.md"
requires-python = ">=3.14"
dependencies = []
[project.urls]
Homepage = "https://www.watt42.com/"
Repository = "https://source.c3.uber5.com/watt42-public/watt42-public-python-package"

8
uv.lock generated Normal file
View file

@ -0,0 +1,8 @@
version = 1
revision = 3
requires-python = ">=3.14"
[[package]]
name = "watt42"
version = "0.1.1"
source = { virtual = "." }