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
2 changed files with 1 additions and 1 deletions

View File

@@ -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" },
] ]