fix: building via PEP 517 (#166)
This commit is contained in:
@@ -14,7 +14,7 @@ classifiers = [
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Topic :: Software Development :: Libraries",
|
"Topic :: Software Development :: Libraries",
|
||||||
]
|
]
|
||||||
build = "build.py"
|
build = "build_ext.py"
|
||||||
packages = [
|
packages = [
|
||||||
{ include = "dbus_fast", from = "src" },
|
{ include = "dbus_fast", from = "src" },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user