From 7832e94af086513b9ca40921bcca7a5c7da8e303 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 18 Oct 2024 12:18:43 -0400 Subject: [PATCH] Try to fix setuptools_scm command --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6458817c..26a21e10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -235,4 +235,6 @@ where = ["cmd2"] namespaces = false [tool.setuptools_scm] +git_describe_command = "git describe --dirty --tags --long --exclude plugin-*" +