mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
Switch to poetry-core
This commit is contained in:
parent
54c9a058df
commit
a55a240eff
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
Reference in a new issue