Skip to content

Commit

Permalink
Fix poetry config (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI authored Nov 22, 2023
1 parent aefe3fc commit 347848c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
name = "google_home"
version = "0.0.0"
description = "Home Assistant Google Home community integration"
authors = ["Ilja Leiko <leikoilja@gmail.com"]
authors = ["Ilja Leiko <leikoilja@gmail.com>"]
license = "MIT"
readme = "README.md"
packages = [{include = "google_home", from = "custom_components"}]

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit 347848c

Please sign in to comment.