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:
Jonathan Wren 2020-02-08 18:33:54 -08:00
parent db6b0aa56c
commit 480b881bda

View file

@ -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"