Change name to llm-cli in setup and README, refs #1

This commit is contained in:
Simon Willison 2023-04-01 14:45:40 -07:00
parent 8afc46c520
commit 04d00d9522
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# llm
# llm-cli
[![PyPI](https://img.shields.io/pypi/v/llm.svg)](https://pypi.org/project/llm-cli/)
[![Changelog](https://img.shields.io/github/v/release/simonw/llm-cli?include_prereleases&label=changelog)](https://github.com/simonw/llm-cli/releases)

View file

@ -13,7 +13,7 @@ def get_long_description():
setup(
name="llm",
name="llm-cli",
description="Access large language models from the command-line",
long_description=get_long_description(),
long_description_content_type="text/markdown",