diff --git a/setup.py b/setup.py index 8bb7394..4271c3e 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ setup( name="pydu", version=__version__, description="Useful data structures, utils for Python.", + long_description=open('README.rst').read(), author="Prodesire", author_email='wangbinxin001@126.com', license='MIT License',