11 lines
320 B
TOML
11 lines
320 B
TOML
[project]
|
|
name = "watt42"
|
|
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"
|