Skip to content

Commit 444155a

Browse files
authored
eng: add build-system config for package BNCH-112051 (#222)
1 parent e16273b commit 444155a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# This fork of openapi-python-client is published internally at Benchling. Changes in this
22
# project file will *not* be contributed upstream.
33

4+
[build-system]
5+
requires = ["poetry-core>=1.0.0"]
6+
build-backend = "poetry.core.masonry.api"
7+
48
[tool.poetry]
59
name = "benchling-openapi-python-client"
610
version = "2.0.0-alpha.1"

0 commit comments

Comments
 (0)