Skip to content

Commit 72c34db

Browse files
committed
Update description
1 parent 66df2c4 commit 72c34db

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
__version__ = "1.0.1"
99
__author__ = "DeepCode Team"
1010
__url__ = "https://github.com/HKUDS/DeepCode"
11-
__description__ = (
12-
"AI Research Engine - Transform research papers into working code automatically"
13-
)
1411

1512
# Import main components for easy access
1613
from utils import FileProcessor, DialogueLogger

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def read_requirements():
6262
url=metadata["__url__"],
6363
version=metadata["__version__"],
6464
author=metadata["__author__"],
65-
description=metadata["__description__"],
65+
description="AI Research Engine - Transform research papers into working code automatically",
6666
long_description=long_description,
6767
long_description_content_type="text/markdown",
6868
packages=setuptools.find_packages(

0 commit comments

Comments
 (0)