diff --git a/pyproject.toml b/pyproject.toml index a0b8ed2..3b483e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] -name = "incomfortclient" -version = "0.6.5-2" +name = "incomfort-client" +version = "0.6.5-3" description = "An aiohttp-based client for Intergas InComfort/InTouch Lan2RF systems." authors = ["Jan Bouwhuis "] maintainers = ["Jan Bouwhuis "] @@ -26,7 +26,7 @@ classifiers = [ "Topic :: Home Automation", ] packages = [ - {include = "incomfortclient", from = "src"}, + {include= "incomfortclient", from = "src"}, ] [tool.poetry.dependencies]