From 1eaaafbd0691c54c9a38f45c785b30cc037367d6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 8 Nov 2024 11:21:14 -0500 Subject: [PATCH] Update package name and installation command --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e11351..7e69cb7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ SimpleChat is a command-line chat application that provides an interactive inter Requires Python 3.11 or higher. ```bash -pip install simplechat +$ pip install simplemind-chat ``` ## Usage diff --git a/pyproject.toml b/pyproject.toml index 0dfc69a..f442238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "simplechat" +name = "simplemind-chat" version = "0.1.0" description = "A chat interface for AI models using Simplemind." readme = "README.md"