Skip to content

Commit 9042dc3

Browse files
committed
Added build-system to pyproject.toml (#121)
1 parent 6727e59 commit 9042dc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ packages = [
1818
]
1919
include = ["CHANGELOG.md", "openapi_python_client/py.typed"]
2020

21-
2221
[tool.poetry.dependencies]
2322
python = "^3.7"
2423
jinja2 = "^2.11.1"
@@ -84,3 +83,6 @@ skip = [".venv", "tests/test_templates"]
8483
[tool.coverage.run]
8584
omit = ["openapi_python_client/templates/*"]
8685

86+
[build-system]
87+
requires = ["poetry>=1.0"]
88+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)