We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefe3fc commit 347848cCopy full SHA for 347848c
pyproject.toml
@@ -2,9 +2,10 @@
2
name = "google_home"
3
version = "0.0.0"
4
description = "Home Assistant Google Home community integration"
5
-authors = ["Ilja Leiko <leikoilja@gmail.com"]
+authors = ["Ilja Leiko <leikoilja@gmail.com>"]
6
license = "MIT"
7
readme = "README.md"
8
+packages = [{include = "google_home", from = "custom_components"}]
9
10
[tool.poetry.dependencies]
11
python = "^3.11"
0 commit comments