Skip to content

Commit

Permalink
Updated setuo with McGill NLP authorship
Browse files Browse the repository at this point in the history
  • Loading branch information
ParishadBehnam committed Apr 4, 2024
1 parent 95f453a commit fd91850
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
setup(
name="llm2vec",
version=version["__version__"],
author="McGill NLP",
author_email=f"[email protected]",
url=f"https://github.com/McGill-NLP/{package_name}",
description=f"The official {package_name} library",
python_requires=">=3.8",
packages=find_packages(include=[f"{package_name}*"]),
install_requires=[
Expand Down

0 comments on commit fd91850

Please sign in to comment.