Skip to content

Commit 69488aa

Browse files
Release 0.6.0
1 parent cb18643 commit 69488aa

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
@@ -126,7 +126,7 @@ def url_retrieve(url: str, outfile: Path, overwrite: bool = False):
126126
# Short readme for PyPI
127127
HERE = os.path.abspath(os.path.dirname(__file__))
128128
README_FOLDER = os.path.join(HERE, "readme")
129-
with open(os.path.join(HERE, "pypi.md")) as fid:
129+
with open(os.path.join(README_FOLDER, "pypi.md")) as fid:
130130
README = fid.read()
131131

132132
setup(

0 commit comments

Comments
 (0)