Skip to content

Commit b9e6b5c

Browse files
committed
fix: fixed setup
1 parent 47fac10 commit b9e6b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def get_readme():
12-
root_dir = Path(__file__).resolve().parent.parent
12+
root_dir = Path(__file__).resolve().parent
1313
readme_path = str(root_dir / "docs" / "doc_whl_rapidocr_web.md")
1414
with open(readme_path, "r", encoding="utf-8") as f:
1515
readme = f.read()

0 commit comments

Comments
 (0)