fix setup filename error

This commit is contained in:
Prodesire 2018-05-12 00:50:07 +08:00
parent a2e83bc846
commit fd47773576
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ setup(
name="pydu", name="pydu",
version=__version__, version=__version__,
description="Useful data structures, utils for Python.", 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="Prodesire",
author_email='wangbinxin001@126.com', author_email='wangbinxin001@126.com',
license='MIT License', license='MIT License',