mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
refine dirs
This commit is contained in:
parent
3eea4c0a58
commit
0205b7ee5e
65 changed files with 149 additions and 149 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_EN.md"), encoding="utf-8") as f:
|
||||
with open(path.join(here, "README.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