Skip to content

Commit bf9412e

Browse files
authored
Use poetry-core as PEP 517 build backend (#108)
This change replaces the use of poetry as the build backend in favour of the leaner poetry-core. This speeds up PEP-517 builds for source installs, tox environment setup etc.
1 parent 4630c1c commit bf9412e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ commands =
7777
"""
7878

7979
[build-system]
80-
requires = ["poetry>=0.12"]
81-
build-backend = "poetry.masonry.api"
80+
requires = ["poetry-core>=1.0.0,<2"]
81+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)