Python release CI (#2)

This commit is contained in:
MOI Anthony
2019-12-02 19:04:25 -05:00
committed by GitHub
parent 1a52cda912
commit 5f31ac3f75
5 changed files with 116 additions and 3 deletions

View File

@ -5,6 +5,9 @@ setup(
name="tokenizers",
version="0.0.2",
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"
author="Anthony MOI",
author_email="anthony@huggingface.co",
url="https://github.com/huggingface/tokenizers",