summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-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"
-