fix: missing c extensions with newer poetry (#194)
This commit is contained in:
@@ -14,11 +14,14 @@ classifiers = [
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Topic :: Software Development :: Libraries",
|
"Topic :: Software Development :: Libraries",
|
||||||
]
|
]
|
||||||
build = "build_ext.py"
|
|
||||||
packages = [
|
packages = [
|
||||||
{ include = "dbus_fast", from = "src" },
|
{ include = "dbus_fast", from = "src" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.poetry.build]
|
||||||
|
generate-setup-file = true
|
||||||
|
script = "build_ext.py"
|
||||||
|
|
||||||
[tool.poetry.urls]
|
[tool.poetry.urls]
|
||||||
"Bug Tracker" = "https://github.com/bluetooth-devices/dbus-fast/issues"
|
"Bug Tracker" = "https://github.com/bluetooth-devices/dbus-fast/issues"
|
||||||
"Changelog" = "https://github.com/bluetooth-devices/dbus-fast/blob/main/CHANGELOG.md"
|
"Changelog" = "https://github.com/bluetooth-devices/dbus-fast/blob/main/CHANGELOG.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user