fix: missing c extensions with newer poetry (#194)

This commit is contained in:
J. Nick Koston 2023-02-13 18:16:26 -06:00 committed by GitHub
parent 7b04136822
commit 72ddb156f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,14 @@ classifiers = [
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
]
build = "build_ext.py"
packages = [
{ include = "dbus_fast", from = "src" },
]
[tool.poetry.build]
generate-setup-file = true
script = "build_ext.py"
[tool.poetry.urls]
"Bug Tracker" = "https://github.com/bluetooth-devices/dbus-fast/issues"
"Changelog" = "https://github.com/bluetooth-devices/dbus-fast/blob/main/CHANGELOG.md"