Skip to content

Commit

Permalink
Problem: can't be built with poetry2nix
Browse files Browse the repository at this point in the history
Solution:
- update to poetry.core backend
  • Loading branch information
yihuang committed Feb 16, 2024
1 parent b6dd738 commit e9defec
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 @@ -36,8 +36,8 @@ isort = "^5.10.1"
pystarport = "pystarport.cli:main"

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

[tool.black]
line-length = 88
Expand Down

0 comments on commit e9defec

Please sign in to comment.