From 3070fc8cd2020228117374bb29aac5c28b5f992d Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Sat, 16 Dec 2023 07:48:41 -0500 Subject: [PATCH] allow newer version of setuptools in build system --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec1b0231..5f1e7d72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ MailingList = "https://groups.google.com/forum/#!forum/open-source-deduplication [build-system] -requires = ["setuptools==63", +requires = ["setuptools", "wheel", "cython"] build-backend = "setuptools.build_meta"