fix long description type error

This commit is contained in:
Prodesire 2020-02-08 20:45:36 +08:00
parent eea381a68f
commit 4a1c2f15f7
1 changed files with 1 additions and 0 deletions

View File

@ -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',