From 23c76719a864add07c8ccdecb11cefbc2daf2871 Mon Sep 17 00:00:00 2001 From: zssherman Date: Wed, 30 Oct 2024 13:03:39 -0500 Subject: [PATCH] CI: Remove setuptools-scm from build. --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e19eecb776..6f4440c460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,3 @@ -[build-system] -requires = ["setuptools", "setuptools-scm[toml]>=6.2"] -build-backend = "setuptools.build_meta" - [tool.black] line-length = 100 target-version = ['py38']