Update setup.py

This commit is contained in:
Malte Pietsch 2020-11-02 20:15:10 +01:00 committed by GitHub
parent c363fefc6e
commit f0969d8310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",