File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 8
8
__version__ = "1.0.1"
9
9
__author__ = "DeepCode Team"
10
10
__url__ = "https://github.com/HKUDS/DeepCode"
11
- __description__ = (
12
- "AI Research Engine - Transform research papers into working code automatically"
13
- )
14
11
15
12
# Import main components for easy access
16
13
from utils import FileProcessor , DialogueLogger
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def read_requirements():
62
62
url = metadata ["__url__" ],
63
63
version = metadata ["__version__" ],
64
64
author = metadata ["__author__" ],
65
- description = metadata [ "__description__" ] ,
65
+ description = "AI Research Engine - Transform research papers into working code automatically" ,
66
66
long_description = long_description ,
67
67
long_description_content_type = "text/markdown" ,
68
68
packages = setuptools .find_packages (
You can’t perform that action at this time.
0 commit comments