docs(publish): add repo and homepage information
This commit is contained in:
parent
a058e506e9
commit
aba5e06436
2 changed files with 13 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
||||||
[project]
|
[project]
|
||||||
name = "watt42"
|
name = "watt42"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Public package for Watt42, see https://www.watt42.com/"
|
description = "Public package for Watt42, see https://www.watt42.com/"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.14"
|
requires-python = ">=3.14"
|
||||||
dependencies = []
|
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
8
uv.lock
generated
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
version = 1
|
||||||
|
revision = 3
|
||||||
|
requires-python = ">=3.14"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "watt42"
|
||||||
|
version = "0.1.1"
|
||||||
|
source = { virtual = "." }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue