From a3103ee645f5a2af211e5eca0749c6e22ea7f439 Mon Sep 17 00:00:00 2001 From: Constantin Zaharia Date: Wed, 8 Jun 2022 00:26:13 +0300 Subject: [PATCH] Fix the poetry project name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c50611..92b1be8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry] -name = "Growatt Monitor" +name = "growatt_monitor" version = "1.0.0" description = "Growatt inverter monitor from Modbus and API server and parse data to different output sources" authors = ["Zaharia Constantin "]