Skip to content

Commit

Permalink
fix: Set Poetry as the build-backend explicitly (#433)
Browse files Browse the repository at this point in the history
The project seems to use poetry to manage its dependencies, and defining
the build-system allows building it using the generic `build` frontend,
which distros heavily rely on.
  • Loading branch information
mweinelt authored Sep 19, 2023
1 parent 305b832 commit 0ff86b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool]

[tool.poetry]
Expand Down

0 comments on commit 0ff86b5

Please sign in to comment.