From 6acdb6ec201914d20ee4c4a61ad4396b8081b8d7 Mon Sep 17 00:00:00 2001 From: Rodrigo Luger Date: Thu, 28 Jan 2021 17:42:15 -0500 Subject: [PATCH] fix wheels --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4603004..dd98b06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ +[build-system] +requires = ["setuptools>=40.6.0", "wheel", "setuptools_scm"] +build-backend = "setuptools.build_meta" + [tool.black] line-length = 79 exclude = '''