Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbouteiller committed Jan 17, 2024
1 parent cb18643 commit 69488aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def url_retrieve(url: str, outfile: Path, overwrite: bool = False):
# Short readme for PyPI
HERE = os.path.abspath(os.path.dirname(__file__))
README_FOLDER = os.path.join(HERE, "readme")
with open(os.path.join(HERE, "pypi.md")) as fid:
with open(os.path.join(README_FOLDER, "pypi.md")) as fid:
README = fid.read()

setup(
Expand Down

0 comments on commit 69488aa

Please sign in to comment.