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 22, 2024
1 parent 5ce9c1c commit 5077bf8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -18,5 +18,6 @@
},
classifiers=[
"Programming Language :: Python :: 3",
]
)
],
long_description=open('README.md').read()
)

0 comments on commit 5077bf8

Please sign in to comment.