mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-05 18:27:22 +00:00
fix: rename llama_stack_api dir
the directory structure was src/llama-stack-api/llama_stack_api instead it should just be src/llama_stack_api to match the other packages. update the structure and pyproject/linting config Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
2441ca9389
commit
e1043c3bc8
274 changed files with 681 additions and 738 deletions
4
uv.lock
generated
4
uv.lock
generated
|
|
@ -2095,7 +2095,7 @@ requires-dist = [
|
|||
{ name = "httpx" },
|
||||
{ name = "jinja2", specifier = ">=3.1.6" },
|
||||
{ name = "jsonschema" },
|
||||
{ name = "llama-stack-api", editable = "src/llama-stack-api" },
|
||||
{ name = "llama-stack-api", editable = "src/llama_stack_api" },
|
||||
{ name = "llama-stack-client", marker = "extra == 'client'", specifier = ">=0.3.0" },
|
||||
{ name = "openai", specifier = ">=2.5.0" },
|
||||
{ name = "opentelemetry-exporter-otlp-proto-http", specifier = ">=1.30.0" },
|
||||
|
|
@ -2231,7 +2231,7 @@ unit = [
|
|||
[[package]]
|
||||
name = "llama-stack-api"
|
||||
version = "0.1.0"
|
||||
source = { editable = "src/llama-stack-api" }
|
||||
source = { editable = "src/llama_stack_api" }
|
||||
dependencies = [
|
||||
{ name = "jsonschema" },
|
||||
{ name = "opentelemetry-exporter-otlp-proto-http" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue