mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
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:
commit
989870cb0f
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue