mirror of https://github.com/flaggo/pydu.git
fix long description type error
This commit is contained in:
parent
eea381a68f
commit
4a1c2f15f7
1
setup.py
1
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',
|
||||
|
|
Loading…
Reference in New Issue