From 83a84b2c5bfe24437a23c4cc3342c28383c2364b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=89=91=E6=9E=97=28Jianlin=20Su=29?= Date: Tue, 17 Oct 2023 09:58:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=AB=E6=B5=AA=E8=B4=B9=E4=BA=86README=5Fen?= =?UTF-8?q?.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c3d3b27..6dbf84d 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,9 @@ name='bytepiece', version='0.5.0', python_requires='>=3', - description='Smarter Bytes-based Tokenizer', - long_description='BytePiece: https://github.com/bojone/bytepiece', + description='Smarter Byte-based Tokenizer', + long_description=open('README_en.md').read(), + long_description_content_type='text/markdown', license='Apache License 2.0', url='https://github.com/bojone/bytepiece', author='bojone',