pyFroniusReg/pyproject.toml

18 lines
570 B
TOML
Raw Normal View History

2024-10-08 17:01:54 +11:00
[project]
name = "Python Fronius Registers"
version = "0.0.1"
authors = [
{ name = "Paul Warren", email="pwarren@pwarren.id.au" }
]
description = "A library to make interacting with Fronius Inverters and Charging systems simpler"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: AGPL License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://git.pwarren.id.au/pwarren/PyFroniusReg/"
Issues = "https://git.pwarren.id.au/pwarren/PyFroniusReg/issues"