-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
33 lines (30 loc) · 1.09 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "solarlog_cli"
version = "0.4.0"
authors = [
{ name="dontinelli", email="73341522+dontinelli@users.noreply.github.com" },
]
description = "Python library to access the Solar-Log"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp",
"mashumaro>=3.13",
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
]
keywords = ["solar", "sensor", "IoT", "smart home", "hass", "home assistant"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/solarlog_cli"]
[project.urls]
Repository = "https://github.com/dontinelli/solarlog_cli.git"
Issues = "https://github.com/dontinelli/solarlog_cli/issues"
Changelog = "https://github.com/dontinelli/solarlog_cli/blob/master/CHANGELOG.md"
"Solar-Log homepage" = "https://www.solar-log.com/"
"API Documentation (inofficial)" = "https://github.com/iobroker-community-adapters/ioBroker.solarlog/blob/master/docs/solarlog_dataobjects.md"