diff --git a/setup.py b/setup.py index c0471f5..832fe91 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,8 @@ author='Yuting Ning', author_email='ningyt@mail.ustc.edu.cn', packages=find_packages(), + long_description_content_type="text/markdown", + long_description=README, url='https://github.com/bigdata-ustc/CAT', install_requires=[ 'torch',