From 58e7dc14464f5e7019afc181cce55d619765010c Mon Sep 17 00:00:00 2001 From: Thomas Finnie Date: Fri, 2 Aug 2024 23:24:34 +0100 Subject: [PATCH] Missing a comma --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eea6030..eec4aac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = ["setuptools>=64", - "setuptools_scm>=8" + "setuptools_scm>=8", "setuptools_scm_git_archive", "numpy>=2.0.0", "cython>=0.29",