diff --git a/setup.py b/setup.py index 832fe91..05ea64d 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ author='Yuting Ning', author_email='ningyt@mail.ustc.edu.cn', packages=find_packages(), + description=""" A CAT Framework """, long_description_content_type="text/markdown", long_description=README, url='https://github.com/bigdata-ustc/CAT', @@ -21,5 +22,4 @@ classifiers=[ "Programming Language :: Python :: 3", ], - long_description=open('README.md').read(), )