Skip to content

Commit

Permalink
Merge pull request #86 from gomate-community/pipeline
Browse files Browse the repository at this point in the history
feature@update build
  • Loading branch information
yanqiangmiffy authored Jan 14, 2025
2 parents df8ad59 + 5a4c333 commit 25cd085
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
setup(
name="trustrag",
version=__version__,
author="trustrag-community",
author="gomate-community",
packages=['trustrag'],
package_dir={'trustrag': 'trustrag'},
package_data={'trustrag': ['*.*', 'applications/*', 'modules/document/*']},
install_requires=required,
author_email="[email protected]",
description="RAG Framework within Reliable input,Trusted output",
long_description=open('README_zh.md').read(),
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url="https://github.com/gomate-community/GoMate",
url="https://github.com/gomate-community/TrustRAG",
python_requires='>=3.9',
)

0 comments on commit 25cd085

Please sign in to comment.