From dac1952cb3583fcde3671be67038f746f8c992c6 Mon Sep 17 00:00:00 2001 From: keigohtr Date: Mon, 29 Jul 2019 17:51:18 +0900 Subject: [PATCH] Specify `long_description_content_type` --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ce8d570..a882156 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,7 @@ name=PACKAGE_NAME, version=VERSION, description="A Python gRPC client for Rekcurd.", + long_description_content_type='text/markdown', author_email="rekcurd.developers@gmail.com", author="Rekcurd team and contributors", license="Apache License Version 2.0",