mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Switch to poetry-core (#1359)
This commit is contained in:
parent
54c9a058df
commit
c68c13ab6e
1 changed files with 3 additions and 2 deletions
|
@ -99,5 +99,6 @@ filterwarnings = [
|
|||
extend-ignore = "E101,E111,E114,E115,E116,E117,E12,E13,E2,E3,E401,E5,E70,W1,W2,W3,W5"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=1.1"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue