Skip to content

Commit

Permalink
build: change build-backend to poetry-core
Browse files Browse the repository at this point in the history
  • Loading branch information
ratsclub authored and MrPowers committed Feb 18, 2022
1 parent 19eb141 commit 74aaf6c
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 @@ -15,5 +15,5 @@ pyspark = ">2.0.0"
findspark = "1.4.2"

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

0 comments on commit 74aaf6c

Please sign in to comment.