From b153948df196396e6a282999d1a824bf0c059c91 Mon Sep 17 00:00:00 2001 From: Isac Petruzzi Date: Tue, 11 Aug 2020 14:04:53 +0200 Subject: [PATCH] remove the backend build-system in pyproject.toml --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 51ba0ab2..4847e683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,3 @@ backports-abc = "*" futures = "*" nbformat = "==4.4.0" pylint = "*" - -[build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api"