mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Take out build system from pyproject config #781
We don't use it, and it breaks the homebrew install.
This commit is contained in:
parent
4d0a73dab2
commit
f83f486659
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue