mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-20 15:38:09 +02:00
use default cn language
This commit is contained in:
parent
edefff8f04
commit
16b0932540
4 changed files with 141 additions and 141 deletions
2
setup.py
2
setup.py
|
|
@ -22,7 +22,7 @@ class InstallMermaidCLI(Command):
|
|||
|
||||
here = path.abspath(path.dirname(__file__))
|
||||
|
||||
with open(path.join(here, "README.md"), encoding="utf-8") as f:
|
||||
with open(path.join(here, "README_EN.md"), encoding="utf-8") as f:
|
||||
long_description = f.read()
|
||||
|
||||
with open(path.join(here, "requirements.txt"), encoding="utf-8") as f:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue