diff --git a/setup.py b/setup.py index a887856..663f390 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='CAT', version='0.0.1', - author='nnnyt', + author='Yuting Ning', author_email='ningyt@mail.ustc.edu.cn', packages=find_packages(), url='https://github.com/bigdata-ustc/CAT', @@ -18,5 +18,6 @@ }, classifiers=[ "Programming Language :: Python :: 3", - ] -) \ No newline at end of file + ], + long_description=open('README.md').read() +)