From 4a1c2f15f7274d5079fb08b02ab1dbe08c0cefef Mon Sep 17 00:00:00 2001 From: Prodesire Date: Sat, 8 Feb 2020 20:45:36 +0800 Subject: [PATCH] fix long description type error --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0f19123..851fa4a 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ setup( version=__version__, description="Useful data structures, utils for Python.", long_description=open('README.md', **open_kwargs).read(), + long_description_content_type='text/markdown', author="Prodesire", author_email='wangbinxin001@126.com', license='MIT License',