From 6c5fbe6223b32665da43591fda28e7e1ee3d0736 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Mon, 11 Sep 2023 13:34:29 -0400 Subject: [PATCH] add long_description for pypi push (#555) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a53603f8bf..7488f12ae3 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,8 @@ def parse_requirements(): setup( name="axolotl", version="0.1", - description="You know you're going to axolotl questions", + description="LLM Trainer", + long_description="Axolotl is a tool designed to streamline the fine-tuning of various AI models, offering support for multiple configurations and architectures.", package_dir={"": "src"}, packages=find_packages(), install_requires=install_requires,