Skip to content

Commit 347848c

Browse files
authored
Fix poetry config (#800)
1 parent aefe3fc commit 347848c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
name = "google_home"
33
version = "0.0.0"
44
description = "Home Assistant Google Home community integration"
5-
authors = ["Ilja Leiko <leikoilja@gmail.com"]
5+
authors = ["Ilja Leiko <leikoilja@gmail.com>"]
66
license = "MIT"
77
readme = "README.md"
8+
packages = [{include = "google_home", from = "custom_components"}]
89

910
[tool.poetry.dependencies]
1011
python = "^3.11"

0 commit comments

Comments
 (0)