Skip to content

Commit

Permalink
fix: missing c extensions with newer poetry
Browse files Browse the repository at this point in the history
fix for breaking change in poetry python-poetry/poetry-core#318
  • Loading branch information
bdraco committed Feb 14, 2023
1 parent 1677f3d commit f9b96aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ classifiers = [
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
]
build = "build_ext.py"
packages = [
{ include = "home_assistant_bluetooth", from = "src" },
]

[tool.poetry.build]
generate-setup-file = true
script = "build_ext.py"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/home-assistant-libs/home-assistant-bluetooth/issues"
"Changelog" = "https://github.com/home-assistant-libs/home-assistant-bluetooth/blob/main/CHANGELOG.md"
Expand Down

0 comments on commit f9b96aa

Please sign in to comment.