pip install fails #51

This commit is contained in:
Thomas Luther 2024-02-26 00:19:38 +01:00
parent bd19d40307
commit 0850a8d992
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[project]
name = "Anker Solix Api"
name = "Anker-Solix-Api"
version = "1.4.0"
description = "Python library for Anker Solix Power devices (Solarbank, Inverter etc)"
readme = "README.md"
@ -12,6 +12,7 @@ classifiers = [
[project.urls]
"Homepage" = "https://github.com/thomluther/anker-solix-api"
"Bug Tracker" = "https://github.com/thomluther/anker-solix-api/issues"
"Discussions" = "https://github.com/thomluther/anker-solix-api/discussions"
[tool.isort]
profile="black"