Skip to content

Commit

Permalink
add long_description for pypi push (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian authored Sep 11, 2023
1 parent bcbc959 commit 6c5fbe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6c5fbe6

Please sign in to comment.