Update to use poetry-core for PEP517 builds

This commit is contained in:
Ethan Paul 2020-11-12 00:41:54 -05:00
parent c14313b7b0
commit d8d483e849
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -52,5 +52,5 @@ toml = "^0.10.1"
tox = "^3.20.0"
[build-system]
requires = ["poetry>=1.0.0"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"