From d3edfb5b42087b27580a9091e7324317ec318f43 Mon Sep 17 00:00:00 2001 From: Miika Alonen Date: Sat, 18 Mar 2023 22:27:18 +0200 Subject: [PATCH] Added build-system --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 548d192..23820e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,10 @@ dependencies = [ "pytest>=7.2.1", ] +[build-system] +requires = ["setuptools>=61.0"] +build-backend = "setuptools.build_meta" + [project.urls] homepage = "https://github.com/Bubobubobubobubo/ziffers-python" documentation = "https://github.com/Bubobubobubobubo/ziffers-python"