From 8d095d85785dcb654cd42bfe0751dfd44ac5ee70 Mon Sep 17 00:00:00 2001 From: Anand Inguva Date: Mon, 17 Apr 2023 16:40:05 -0400 Subject: [PATCH] Add legacy backend --- sdks/python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 3a473909b129..a55355ff92c5 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -19,3 +19,4 @@ # this is the minimum requirements for the build system to execute. [build-system] requires = ["setuptools", "wheel"] # PEP 508 specifications. +build-backend = "setuptools.build_meta:__legacy__"