From fea328d2db45654ec7b06af17244f4e7f4848b29 Mon Sep 17 00:00:00 2001 From: Prodesire Date: Fri, 15 Dec 2017 08:29:12 +0800 Subject: [PATCH] add long description --- setup.py | 1 + 1 file changed, 1 insertion(+) 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',