refine docs

This commit is contained in:
geekan 2024-02-01 11:24:31 +08:00
parent 6e4b0c1424
commit bb34af38fa
2 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ setup(
},
entry_points={
"console_scripts": [
"metagpt=metagpt.startup:app",
"metagpt=metagpt.software_company:app",
],
},
)