From fd91850a4f126c050f000d9a807a901bf44e9b9e Mon Sep 17 00:00:00 2001 From: Parishad Date: Thu, 4 Apr 2024 11:47:58 -0400 Subject: [PATCH] Updated setuo with McGill NLP authorship --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 52019e2..6296f2d 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,10 @@ setup( name="llm2vec", version=version["__version__"], + author="McGill NLP", + author_email=f"parishad.behnamghader@mila.quebec", + 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=[