Skip to content

Commit

Permalink
Change build backend
Browse files Browse the repository at this point in the history
The introduction of REUSE compatibility breaks the build of the wheel
file.  python-poetry/poetry-core#57 closed the
issue on the poetry side, although `poetry-core` has not yet been
updated.  Nevertheless, I still do this change now, to have it available
for future releases.
  • Loading branch information
stephanlukasczyk committed Aug 31, 2020
1 parent df96914 commit d90a4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ testpaths = [
python_classes = ''

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit d90a4a1

Please sign in to comment.