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 4d0a73dab2
commit f83f486659

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"