Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
name = "llama_stack_client"
version = "0.1.0"
description = "The official Python library for the llama-stack-client API"
dynamic = ["readme"]
license = "Apache-2.0"
license = { text = "Apache License 2.0" }
authors = [
{ name = "Llama Stack Client", email = "[email protected]" },
]
Expand Down Expand Up @@ -94,9 +93,6 @@ typecheck = { chain = [
"typecheck:verify-types" = "pyright --verifytypes llama_stack_client --ignoreexternal"
"typecheck:mypy" = "mypy ."

[build-system]
requires = ["hatchling", "hatch-fancy-pypi-readme"]
build-backend = "hatchling.build"

[tool.hatch.build]
include = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ termcolor==2.5.0
# via llama-stack-client
tqdm==4.67.1
# via llama-stack-client
typing-extensions==4.8.0
typing-extensions==4.12.2
# via anyio
# via llama-stack-client
# via pydantic
Expand Down
Loading