winglian commited on
Commit
6c5fbe6
1 Parent(s): bcbc959

add long_description for pypi push (#555)

Browse files
Files changed (1) hide show
  1. setup.py +2 -1
setup.py CHANGED
@@ -25,7 +25,8 @@ install_requires, dependency_links = parse_requirements()
25
  setup(
26
  name="axolotl",
27
  version="0.1",
28
- description="You know you're going to axolotl questions",
 
29
  package_dir={"": "src"},
30
  packages=find_packages(),
31
  install_requires=install_requires,
 
25
  setup(
26
  name="axolotl",
27
  version="0.1",
28
+ description="LLM Trainer",
29
+ long_description="Axolotl is a tool designed to streamline the fine-tuning of various AI models, offering support for multiple configurations and architectures.",
30
  package_dir={"": "src"},
31
  packages=find_packages(),
32
  install_requires=install_requires,