From 17568d04cb141e4b51be4b56522b03e51574fbd1 Mon Sep 17 00:00:00 2001 From: Taku Kudo Date: Fri, 16 Aug 2019 23:38:19 +0900 Subject: [PATCH] Update setup.py --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index 1450fd4f..86d7566d 100755 --- a/python/setup.py +++ b/python/setup.py @@ -62,6 +62,7 @@ def libs(): author_email='taku@google.com', description = 'SentencePiece python wrapper', long_description = long_description, + long_description_content_type='text/markdown', version=version, url = 'https://github.com/google/sentencepiece', license = 'Apache',