Skip to content

Commit

Permalink
Fix bug in pip editable install mode
Browse files Browse the repository at this point in the history
I'm not entirely sure what's causing the error. It seems to be related either to setuptools or to poetry, or maybe both. Thus, this is more or less a brute force fix. I've found the it here: python-poetry/poetry#3001
  • Loading branch information
jhabriel authored and keileg committed Nov 19, 2020
1 parent 5d2c57f commit 66c2183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ mypy = "^0.790"
flake8 = "^3.8.3"

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

0 comments on commit 66c2183

Please sign in to comment.