Skip to content

Commit ce1472e

Browse files
authored
Update setup.py
1 parent 8cd81e7 commit ce1472e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
BASEDIR = os.path.abspath(os.path.dirname(__file__))
55

6-
with open("README.md", "r") as fh:
6+
with open(f"{BASEDIR}/README.md", "r") as fh:
77
long_desc = fh.read()
88

99

0 commit comments

Comments
 (0)