refine dirs

This commit is contained in:
geekan 2023-07-03 21:44:50 +08:00
parent 3eea4c0a58
commit 0205b7ee5e
65 changed files with 149 additions and 149 deletions

View file

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