From f137fb4e9ff499ae21c586e0334d225c33e3b3eb Mon Sep 17 00:00:00 2001 From: Tam Nguyen Date: Sun, 26 Jan 2025 12:50:24 -0800 Subject: [PATCH] init commit --- pyproject.toml | 6 +----- requirements.lock | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93072fd6..72b2efb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "dev-feedback@llama-stack-client.com" }, ] @@ -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 = [ diff --git a/requirements.lock b/requirements.lock index 40337352..92e9830f 100644 --- a/requirements.lock +++ b/requirements.lock @@ -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