We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16273b commit 444155aCopy full SHA for 444155a
pyproject.toml
@@ -1,6 +1,10 @@
1
# This fork of openapi-python-client is published internally at Benchling. Changes in this
2
# project file will *not* be contributed upstream.
3
4
+[build-system]
5
+requires = ["poetry-core>=1.0.0"]
6
+build-backend = "poetry.core.masonry.api"
7
+
8
[tool.poetry]
9
name = "benchling-openapi-python-client"
10
version = "2.0.0-alpha.1"
0 commit comments