Closed
Description
See https://python-poetry.org/docs/pyproject/#poetry-and-pep-517.
diff --git a/pyproject.toml b/pyproject.toml
index 3c4e87e..8c25269 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -59,4 +59,5 @@ pinnwand = 'pinnwand.__main__:main'
[build-system]
requires = ["setuptools", "wheel"]
+build-backend = "poetry.masonry.api"