Skip to content

Commit

Permalink
Add git_describe_command for setuptools_scm (#6392)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyashton authored Jul 25, 2024
1 parent ee5b08e commit 7eb0513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7eb0513

Please sign in to comment.