fix: pyproject build system now core as well

This commit is contained in:
2022-06-12 20:57:35 -05:00
parent ed0c6e2858
commit 6277e843d5

View File

@@ -21,7 +21,7 @@ black = "^22.3.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.masonry.api"
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
testpaths = ["tests"]