From 83325a48bc77d0c0039c241a4d218230f1f81165 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Tue, 28 Nov 2023 10:04:41 -0800 Subject: [PATCH] Update pyproject.toml - don't use legacy setup tools --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9911b6065..11f2797c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,5 @@ extend-exclude = ["optic/testing/index.py", "optic/examples/error*"] [build-system] -# Fallback behavior: https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/#fallback-behaviour requires = ["setuptools>=40.8.0", "wheel"] -build-backend = "setuptools.build_meta:__legacy__" +build-backend = "setuptools.build_meta"