mirror of https://github.com/flaggo/pydu.git
fix setup filename error
This commit is contained in:
parent
a2e83bc846
commit
fd47773576
2
setup.py
2
setup.py
|
@ -40,7 +40,7 @@ setup(
|
|||
name="pydu",
|
||||
version=__version__,
|
||||
description="Useful data structures, utils for Python.",
|
||||
long_description=open('README.rst', **open_kwargs).read(),
|
||||
long_description=open('README.md', **open_kwargs).read(),
|
||||
author="Prodesire",
|
||||
author_email='wangbinxin001@126.com',
|
||||
license='MIT License',
|
||||
|
|
Loading…
Reference in New Issue