fix: building via PEP 517 (#166)

This commit is contained in:
J. Nick Koston 2022-11-16 09:36:01 -06:00 committed by GitHub
parent 8be252d426
commit 6694fda49f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ classifiers = [
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
]
build = "build.py"
build = "build_ext.py"
packages = [
{ include = "dbus_fast", from = "src" },
]