diff --git a/setup.py b/setup.py index a54ffdd9..0fa66dc7 100644 --- a/setup.py +++ b/setup.py @@ -82,11 +82,11 @@ def main(): name="llamafactory", version=get_version(), author="hiyouga", - author_email="hiyouga AT buaa.edu.cn", - description="Easy-to-use LLM fine-tuning framework", + author_email="hiyouga@buaa.edu.cn", + description="Unified Efficient Fine-Tuning of 100+ LLMs", long_description=open("README.md", encoding="utf-8").read(), long_description_content_type="text/markdown", - keywords=["LLaMA", "BLOOM", "Falcon", "LLM", "ChatGPT", "transformer", "pytorch", "deep learning"], + keywords=["AI", "LLM", "GPT", "ChatGPT", "Llama", "Transformer", "DeepSeek", "Pytorch"], license="Apache 2.0 License", url="https://github.com/hiyouga/LLaMA-Factory", package_dir={"": "src"},