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:
Charlie Doern 2025-11-13 15:40:59 -05:00
parent 2441ca9389
commit e1043c3bc8
274 changed files with 681 additions and 738 deletions

View file

@ -31,7 +31,7 @@ jobs:
version: 0.7.6
- name: Build Llama Stack API package
working-directory: src/llama-stack-api
working-directory: src/llama_stack_api
run: uv build
- name: Build Llama Stack package
@ -39,7 +39,7 @@ jobs:
- name: Install Llama Stack package (with api stubs from local build)
run: |
uv pip install --find-links src/llama-stack-api/dist dist/*.whl
uv pip install --find-links src/llama_stack_api/dist dist/*.whl
- name: Verify Llama Stack package
run: |