Skip to content

Commit

Permalink
Build with poetry-core (#5)
Browse files Browse the repository at this point in the history
Avoids requiring all of poetry just to build a wheel.
  • Loading branch information
jmroot authored Nov 26, 2023
1 parent 041e216 commit 8679fcf
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 @@ -49,5 +49,5 @@ python = "~2.7 || ^3.5"
alabaster = "<0.8"

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

0 comments on commit 8679fcf

Please sign in to comment.