diff --git a/pyproject.toml b/pyproject.toml index 3246db0..3da6965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,10 +22,13 @@ dependencies = [ "typer>=0.13.1", ] description = "🚀 LLM CLI - A versatile command-line interface for interacting with various AI models, supporting multiple providers like DeepSeek, and offering seamless integration for AI-driven tasks." -name = "llm-cli" +name = "liblaf-llm-cli" readme = "README.md" requires-python = ">=3.12" version = "0.0.0" [project.scripts] llm-cli = "llm_cli:app" + +[tool.hatch.build.targets.wheel] +packages = ["src/llm_cli"] diff --git a/uv.lock b/uv.lock index c58ca39..b44d64a 100644 --- a/uv.lock +++ b/uv.lock @@ -306,7 +306,7 @@ wheels = [ ] [[package]] -name = "llm-cli" +name = "liblaf-llm-cli" version = "0.0.0" source = { editable = "." } dependencies = [