From 4ddd2d411e78ccc5f7bf69614053738518bdee94 Mon Sep 17 00:00:00 2001 From: Hhhhhhand <75928576+Hhhhhhand@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:06:34 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), )