Merge pull request #830 from wren/homebrew-fix-781

Remove poetry from build system in pyproject config to fix `brew install`
This commit is contained in:
micahellison 2020-02-05 12:06:46 -08:00 committed by GitHub
commit 989870cb0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,3 @@ 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"