From 7b67829872603a907bea504e6493c57b52630d98 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 10 May 2020 10:18:02 +0200 Subject: [PATCH] Switch build system from setuptools to Poetry --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0616629c..9643a97b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,4 +80,5 @@ version-strings = ["setup.py"] build-system = "setuptools" [build-system] -requires = ["setuptools >= 40.6.0", "wheel"] +requires = ["poetry>=1.0"] +build-backend = "poetry.masonry.api"