From bc7384bd981d011be768781b39ee8d9eee9f51d1 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 12 Aug 2025 15:19:13 -0500 Subject: [PATCH] pyproject: Add setuptools_scm tool section This section is now a hard requirement, even though it's blank. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5776de5..9a5d7ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,8 @@ dynamic = ["version"] requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" +[tool.setuptools_scm] + [tool.pyright] venvPath = '.' venv = '.venv'