From ab1ff7a203030a9494a3f99d9ed701004a0e378b Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Mon, 26 Aug 2024 11:42:16 +0200 Subject: [PATCH] use pip as build frontend --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3901611..ee39c7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -168,7 +168,7 @@ build-verbosity = 3 #test-command = "pytest -svv pyxcp/tests" build = "cp3{8,9,10,11,12,13}-*" skip = ["*-manylinux_i686", "*-musllinux_x86_64", "*-musllinux_i686"] # Skip Linux 32bit and MUSL builds. -build-frontend = "poetry" +build-frontend = "pip" [tool.pyright] include = ["pyxcp", "build_ext.py"]