Fix setup.py

This commit is contained in:
Anthony MOI
2019-12-03 16:20:20 -05:00
parent 499f5507df
commit 75232c0f06

View File

@ -7,7 +7,7 @@ setup(
description="Fast and Customizable Tokenizers",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
keywords="NLP tokenizer BPE transformer deep learning"
keywords="NLP tokenizer BPE transformer deep learning",
author="Anthony MOI",
author_email="anthony@huggingface.co",
url="https://github.com/huggingface/tokenizers",