From e14190127209d4720fa8a8249b92a6d5c67261b2 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Fri, 27 Sep 2024 15:57:21 -0700 Subject: [PATCH] Use full module name for build backend --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5e77e5b..a79534e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ requires = [ "wheel>=0.31.0", "twine>=1.11.0" ] -build-backend = "build" -backend-path = ["src/ppbt"] +build-backend = "ppbt.build" +backend-path = ["src"] [tool.pytest.ini_options] pythonpath = [