Skip to content

Commit

Permalink
fix:readme_full_path (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Sep 11, 2024
1 parent 319b507 commit 8ffe414
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 @@ -54,7 +54,7 @@ def get_version():
version += f"a{alpha}"
return version

with open("README.md", "r") as f:
with open(os.path.join(BASEDIR, "README.md"), "r") as f:
long_description = f.read()

setup(
Expand Down

0 comments on commit 8ffe414

Please sign in to comment.