From 6063a45218381fbd981adeb83d977f4ceb16e80a Mon Sep 17 00:00:00 2001 From: Eli Bishop Date: Mon, 25 Nov 2024 10:05:22 -0800 Subject: [PATCH] eng: add build-system config for package BNCH-112051 --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b498d9095..e94690fb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,10 @@ # This fork of openapi-python-client is published internally at Benchling. Changes in this # project file will *not* be contributed upstream. +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" + [tool.poetry] name = "benchling-openapi-python-client" version = "2.0.0-alpha.1"