Skip to content

Commit

Permalink
Merge pull request #12 from discovery-unicamp/11-fea-allowing-editabl…
Browse files Browse the repository at this point in the history
…e-pip-installs-from-poetry-back-end

Changed poetry to poetry-core to enable editable installs

Signed-off-by: Julio Faracco <[email protected]>
  • Loading branch information
jcfaracco authored Jun 28, 2023
2 parents 57149e6 + 4c8afab commit 57113f8
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 @@ -73,5 +73,5 @@ branch = true
source = ["dasf"]

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

0 comments on commit 57113f8

Please sign in to comment.