Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rayliuca authored Mar 3, 2024
1 parent 548cf05 commit cd21031
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
name='t_ragx',
package_dir={"": "src"},
packages=find_packages("src"),
version='0.0.3',
version='0.0.4',
url="https://github.com/rayliuca/T-Ragx",
description='Enhancing translation with RAG-powered large language models',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='Ray Liu',
email='[email protected]',
license='MIT',
project_urls={ # Optional
"Bug Reports": "https://github.com/rayliuca/T-Ragx/issues",
"Source": "https://github.com/rayliuca/T-Ragx",
},
)

0 comments on commit cd21031

Please sign in to comment.