Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Oct 25, 2024
1 parent 2d0f1d7 commit a14792f
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 @@ -5,7 +5,7 @@

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

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


Expand Down

0 comments on commit a14792f

Please sign in to comment.