Skip to content

Commit

Permalink
Switch package name on PyPI (AbanteAI#98)
Browse files Browse the repository at this point in the history
* update references to mentat-ai

* bump version
  • Loading branch information
biobootloader authored Sep 15, 2023
1 parent ffbdc52 commit 11811bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Twitter Follow](https://img.shields.io/twitter/follow/bio_bootloader?style=social)](https://twitter.com/bio_bootloader)
[![Discord Follow](https://dcbadge.vercel.app/api/server/XbPdxAMJte?style=flat)](https://discord.gg/zbvd9qx9Pb)
[![Stable Version](https://img.shields.io/pypi/v/mentat-ai?color=blue)](https://pypi.org/project/mentat-ai/)
[![License](https://img.shields.io/pypi/l/mentat-ai.svg)](https://github.com/biobootloader/mentat/blob/main/LICENSE)
[![Stable Version](https://img.shields.io/pypi/v/mentat?color=blue)](https://pypi.org/project/mentat/)
[![License](https://img.shields.io/pypi/l/mentat.svg)](https://github.com/biobootloader/mentat/blob/main/LICENSE)

# 🧙‍♂️ Mentat ⚡

Expand Down Expand Up @@ -45,7 +45,7 @@ source .venv/bin/activate
Note that you'll have to have activated the virtual environment to run mentat if you install it there.

There are then 3 install methods. The first two will just let you run it:
- PyPI: `python -m pip install mentat-ai`
- PyPI: `python -m pip install mentat`
- Github: `python -m pip install git+https://github.com/biobootloader/mentat.git`

The third option is useful if you'd also like to modify Mentat's code, as well as run it:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def read_requirements(file):
long_description = f.read()

setup(
name="mentat-ai",
version="0.1.12",
name="mentat",
version="0.1.14",
python_requires=">=3.10",
packages=find_packages(),
install_requires=read_requirements("requirements.txt"),
Expand Down
2 changes: 1 addition & 1 deletion tests/license_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import fire

library_exceptions = [
"mentat-ai",
"mentat",
# pip-licenses shows tiktoken's full license text, but it is MIT
"tiktoken",
]
Expand Down

0 comments on commit 11811bb

Please sign in to comment.