anker-solix-api/pyproject.toml

23 lines
627 B
TOML
Raw Normal View History

[project]
2024-02-25 23:19:38 +00:00
name = "Anker-Solix-Api"
2024-04-24 10:46:25 +00:00
version = "1.8.1"
description = "Python library for Anker Solix Power devices (Solarbank, Inverter etc)"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/thomluther/anker-solix-api"
"Bug Tracker" = "https://github.com/thomluther/anker-solix-api/issues"
2024-02-25 23:19:38 +00:00
"Discussions" = "https://github.com/thomluther/anker-solix-api/discussions"
[tool.isort]
profile="black"
[tool.pylint]
jobs=0
disable = ["import-error", "line-too-long", "invalid-name"]