Skip to content

Commit 5371dad

Browse files
committed
docs: setup.py에서 읽는 README.md 수정
1 parent d1f9b68 commit 5371dad

File tree

2 files changed

+1
-100
lines changed

2 files changed

+1
-100
lines changed

docs/README.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def load_requirements(path="requirements.txt"):
2929

3030
requirements = load_requirements()
3131

32-
with open("docs/README.md", "r", encoding="utf-8") as fh:
32+
with open("README.md", "r", encoding="utf-8") as fh:
3333
long_description = fh.read()
3434

3535
setup(

0 commit comments

Comments
 (0)