From 7eb05135f87c1f081798e02f7379c617e1a763dd Mon Sep 17 00:00:00 2001 From: Eddy Ashton Date: Thu, 25 Jul 2024 13:50:58 +0100 Subject: [PATCH] Add `git_describe_command` for `setuptools_scm` (#6392) --- python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index 4cac228ea290..fd72cb0bb89e 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -36,6 +36,7 @@ script-files = [ [tool.setuptools_scm] version_file = "src/ccf/version.py" root = ".." +git_describe_command = "git describe --dirty --tags --long --match ccf-*" [project.urls] Homepage = "https://github.com/microsoft/ccf"