Skip to content

Commit f9b96aa

Browse files
committed
fix: missing c extensions with newer poetry
fix for breaking change in poetry python-poetry/poetry-core#318
1 parent 1677f3d commit f9b96aa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ classifiers = [
1313
"Operating System :: OS Independent",
1414
"Topic :: Software Development :: Libraries",
1515
]
16-
build = "build_ext.py"
1716
packages = [
1817
{ include = "home_assistant_bluetooth", from = "src" },
1918
]
2019

20+
[tool.poetry.build]
21+
generate-setup-file = true
22+
script = "build_ext.py"
23+
2124
[tool.poetry.urls]
2225
"Bug Tracker" = "https://github.com/home-assistant-libs/home-assistant-bluetooth/issues"
2326
"Changelog" = "https://github.com/home-assistant-libs/home-assistant-bluetooth/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)