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 committed by GitHub
parent 7f1f878a08
commit 74a11cebdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"