Take out build system from pyproject config #781

We don't use it, and it breaks the homebrew install.
This commit is contained in:
Jonathan Wren 2020-02-01 14:51:19 -08:00
parent c4f7d481bd
commit 57e39b592f
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -38,7 +38,3 @@ black = {version = "^19.10b0",allow-prereleases = true}
[tool.poetry.scripts] [tool.poetry.scripts]
jrnl = 'jrnl.cli:run' jrnl = 'jrnl.cli:run'
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"