Skip to content

Commit

Permalink
chore: update project name and add build configuration
Browse files Browse the repository at this point in the history
Update the project name to reflect the new branding and add a build configuration for the wheel target.

Release-As: 0.0.0
  • Loading branch information
liblaf committed Nov 21, 2024
1 parent d589635 commit 989ea88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 989ea88

Please sign in to comment.