From 4af30564de50b821a62b4dfceaf3c6019ce688ff Mon Sep 17 00:00:00 2001 From: David Minton Date: Fri, 18 Aug 2023 08:22:49 -0400 Subject: [PATCH] Removed distutils from the requirements --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44fc840e8..20ef25992 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ requires = [ "cython>=3.0.0", "ninja", "pytest", - "distutils" ] build-backend = "setuptools.build_meta"