From 152d0c06f0e07511cb69838322359c3ffdee4381 Mon Sep 17 00:00:00 2001 From: Jared Lumpe Date: Tue, 9 Jul 2024 21:05:58 -0700 Subject: [PATCH] Specify build-backend in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e42e25d..a3fd32e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,3 +7,4 @@ requires = [ # lower as the ABI is forward- but not backwards-compatible. "oldest-supported-numpy", ] +build-backend = "setuptools.build_meta"