add long_description for pypi push (#555)

This commit is contained in:
Wing Lian
2023-09-11 13:34:29 -04:00
committed by GitHub
parent bcbc9597e9
commit 6c5fbe6223

View File

@@ -25,7 +25,8 @@ install_requires, dependency_links = 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,