Skip to content

Commit c4d622a

Browse files
authored
Fix tag (#2089)
1 parent 408134a commit c4d622a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integrations/llama_stack/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "llama-stack-haystack"
77
dynamic = ["version"]
8-
description = ''
8+
description = 'Use Llama Stack framework for text generation'
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = "Apache-2.0"
@@ -38,7 +38,7 @@ tag-pattern = 'integrations\/llama_stack-v(?P<version>.*)'
3838

3939
[tool.hatch.version.raw-options]
4040
root = "../.."
41-
git_describe_command = 'git describe --tags --match="integrations/llama-stack-v[0-9]*"'
41+
git_describe_command = 'git describe --tags --match="integrations/llama_stack-v[0-9]*"'
4242

4343
[tool.hatch.envs.default]
4444
installer = "uv"

0 commit comments

Comments
 (0)