From 89b784d2acb4c48ce66321cdefc0aaee8ecae452 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 11 Aug 2022 02:04:21 -0400 Subject: [PATCH] bugfix --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a27720e..01ab6e5 100755 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ setup( # uncomment the following lines if you fill them out in release.py description=description, long_description=long_description, + long_description_content_type="text/markdown", author=author, author_email=email,