diff --git a/pyproject.toml b/pyproject.toml index 91b570244..b2d9540ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,9 +2,10 @@ name = "google_home" version = "0.0.0" description = "Home Assistant Google Home community integration" -authors = ["Ilja Leiko "] license = "MIT" readme = "README.md" +packages = [{include = "google_home", from = "custom_components"}] [tool.poetry.dependencies] python = "^3.11"