fix: missing c extensions with newer poetry (#194)
This commit is contained in:
parent
7b04136822
commit
72ddb156f0
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user