Skip to content

Commit

Permalink
update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyun-wu committed Dec 2, 2024
1 parent b167999 commit e79c561
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup_ag2.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
name="ag2",
version=__version__,
description="Alias package for pyautogen",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=["pyautogen==" + __version__],
url="https://github.com/ag2ai/ag2",
author="Chi Wang & Qingyun Wu",
Expand Down
2 changes: 2 additions & 0 deletions setup_autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
name="autogen",
version=__version__,
description="Alias package for pyautogen",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=["pyautogen==" + __version__],
url="https://github.com/ag2ai/ag2",
author="Chi Wang & Qingyun Wu",
Expand Down

0 comments on commit e79c561

Please sign in to comment.