From c801c0a1603f00ee80fd21b5ff87a4927f1c6c4c Mon Sep 17 00:00:00 2001 From: Sebastian Goeldi Date: Thu, 11 Apr 2024 20:05:11 +0200 Subject: [PATCH] fix includes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a88e61e..2c5cb56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=60", "wheel", "build"] +requires = ["setuptools>=64", "setuptools_scm>=8", "wheel", "build"] [project] authors = [