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 1677f3d commit f9b96aaCopy full SHA for f9b96aa
1 file changed
pyproject.toml
@@ -13,11 +13,14 @@ classifiers = [
13
"Operating System :: OS Independent",
14
"Topic :: Software Development :: Libraries",
15
]
16
-build = "build_ext.py"
17
packages = [
18
{ include = "home_assistant_bluetooth", from = "src" },
19
20
+[tool.poetry.build]
21
+generate-setup-file = true
22
+script = "build_ext.py"
23
+
24
[tool.poetry.urls]
25
"Bug Tracker" = "https://github.com/home-assistant-libs/home-assistant-bluetooth/issues"
26
"Changelog" = "https://github.com/home-assistant-libs/home-assistant-bluetooth/blob/main/CHANGELOG.md"
0 commit comments