Skip to content

Commit

Permalink
👽 Use poetry-core instead of poetry in build system
Browse files Browse the repository at this point in the history
Let build-backend depend only on poetry-core instead of full poetry. Partial revert of c2a190f in #3. Motivated by conda-forge/staged-recipes#20198 (comment).
  • Loading branch information
weiji14 committed Sep 1, 2022
1 parent 286c128 commit c0e3de9
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 @@ -63,5 +63,5 @@ metadata = true
style = "pep440"

[build-system]
requires = ["poetry>=1.2.0", "poetry-dynamic-versioning"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.1.0", "poetry-dynamic-versioning"]
build-backend = "poetry.core.masonry.api"

0 comments on commit c0e3de9

Please sign in to comment.