mirror of https://github.com/flaggo/pydu.git
add long description
This commit is contained in:
parent
6565f5b553
commit
fea328d2db
1
setup.py
1
setup.py
|
@ -6,6 +6,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').read(),
|
||||||
author="Prodesire",
|
author="Prodesire",
|
||||||
author_email='wangbinxin001@126.com',
|
author_email='wangbinxin001@126.com',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
|
|
Loading…
Reference in New Issue