use default cn language

This commit is contained in:
geekan 2023-07-03 15:19:22 +08:00
parent edefff8f04
commit 16b0932540
4 changed files with 141 additions and 141 deletions

View file

@ -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: