mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Put back build lines in poetry config
Taking out these lines earlier fixed the homebrew release, but broke other things. So, I'm putting them back for now until we can find a better solution.
This commit is contained in:
parent
40b330e5ee
commit
de08586764
1 changed files with 4 additions and 0 deletions
|
@ -38,3 +38,7 @@ black = {version = "^19.10b0",allow-prereleases = true}
|
|||
[tool.poetry.scripts]
|
||||
jrnl = 'jrnl.cli:run'
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue