mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Put back build lines in poetry config (#838)
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
db6b0aa56c
commit
480b881bda
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