mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 15:38:36 +00:00
Update setup.py
This commit is contained in:
parent
c363fefc6e
commit
f0969d8310
4
setup.py
4
setup.py
@ -51,8 +51,8 @@ setup(
|
||||
author="Malte Pietsch, Timo Moeller, Branden Chan, Tanay Soni",
|
||||
author_email="malte.pietsch@deepset.ai",
|
||||
description="Neural Question Answering at Scale. Use modern transformer based models like BERT to find answers in large document collections",
|
||||
long_description=open("README.rst", "r", encoding="utf-8").read(),
|
||||
long_description_content_type="text/x-rst",
|
||||
long_description=open("README.md", "r", encoding="utf-8").read(),
|
||||
long_description_content_type="text/markdown",
|
||||
keywords="QA Question-Answering Reader Retriever BERT roberta albert squad mrc transfer-learning language-model transformer",
|
||||
license="Apache",
|
||||
url="https://github.com/deepset-ai/haystack",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user