Unverified Commit 90a02155 authored by Kangrui Wang's avatar Kangrui Wang Committed by GitHub
Browse files

Update setup.py

parent dcd82678
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -6,8 +6,7 @@ setup(
    version="0.1.0",
    packages=find_packages(),
    python_requires='>=3.10',
    author="",
    author_email="",
    author="RAGEN-AI",
    description="A Python package for vagen",
    long_description=open("README.md", "r").read() if os.path.exists("README.md") else "",
    long_description_content_type="text/markdown",