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:
Jonathan Wren 2020-02-08 13:57:30 -08:00
parent 40b330e5ee
commit de08586764
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

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"