We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408134a commit c4d622aCopy full SHA for c4d622a
1 file changed
integrations/llama_stack/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
[project]
6
name = "llama-stack-haystack"
7
dynamic = ["version"]
8
-description = ''
+description = 'Use Llama Stack framework for text generation'
9
readme = "README.md"
10
requires-python = ">=3.10"
11
license = "Apache-2.0"
@@ -38,7 +38,7 @@ tag-pattern = 'integrations\/llama_stack-v(?P<version>.*)'
38
39
[tool.hatch.version.raw-options]
40
root = "../.."
41
-git_describe_command = 'git describe --tags --match="integrations/llama-stack-v[0-9]*"'
+git_describe_command = 'git describe --tags --match="integrations/llama_stack-v[0-9]*"'
42
43
[tool.hatch.envs.default]
44
installer = "uv"
0 commit comments