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.
This commit is contained in:
parent
4630c1cc67
commit
bf9412e083
@ -77,5 +77,5 @@ commands =
|
||||
"""
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
requires = ["poetry-core>=1.0.0,<2"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
Loading…
x
Reference in New Issue
Block a user