Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnyt authored Jan 24, 2024
1 parent 88be9b6 commit 6e269b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
packages=find_packages(),
description=""" A CAT Framework """,
long_description_content_type="text/markdown",
long_description=README,
long_description=open('README.md').read(),
url='https://github.com/bigdata-ustc/CAT',
install_requires=[
'torch',
Expand Down

0 comments on commit 6e269b3

Please sign in to comment.