summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wren <jonathan@nowandwren.com>2020-02-01 14:51:19 -0800
committerJonathan Wren <jonathan@nowandwren.com>2020-04-10 11:51:56 -0700
commitf83f486659dc42b8fd738dfab18a98e7acd811a1 (patch)
tree1a42fa6182714847d950d369a598522edef21ef5
parent4d0a73dab2c49713491b4793cd95c9ff1c4645ee (diff)
Take out build system from pyproject config #781v2.2.1-beta
We don't use it, and it breaks the homebrew install.
-rw-r--r--pyproject.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index beb98479..e1dfcfbd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"
-