Skip to content

pyproject.toml is missing build-system.build-backend. #93

Closed
@mweinelt

Description

@mweinelt

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"
 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions