mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 12:52:37 +02:00
setup.py: update
This commit is contained in:
parent
4e6d1a00f8
commit
b14b3f4dd9
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -31,14 +31,14 @@ with open(path.join(here, "requirements.txt"), encoding="utf-8") as f:
|
|||
setup(
|
||||
name="metagpt",
|
||||
version="0.5.2",
|
||||
description="The Multi-Role Meta Programming Framework",
|
||||
description="The Multi-Agent Framework",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/geekan/MetaGPT",
|
||||
author="Alexander Wu",
|
||||
author_email="alexanderwu@deepwisdom.ai",
|
||||
license="MIT",
|
||||
keywords="metagpt multi-role multi-agent programming gpt llm metaprogramming",
|
||||
keywords="metagpt multi-agent multi-role programming gpt llm metaprogramming",
|
||||
packages=find_packages(exclude=["contrib", "docs", "examples", "tests*"]),
|
||||
python_requires=">=3.9",
|
||||
install_requires=requirements,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue