Skip to content

Commit

Permalink
fix:long description (#37)
Browse files Browse the repository at this point in the history
semver automations fail if dont use full path for README
  • Loading branch information
JarbasAl authored Oct 15, 2024
1 parent 25ebd82 commit 4913f0b
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 @@ -43,7 +43,7 @@ def find_resource_files():
return package_data


with open("README.md", "r") as f:
with open(path.join(path.abspath(path.dirname(__file__)), "README.md"), "r") as f:
long_description = f.read()


Expand Down

0 comments on commit 4913f0b

Please sign in to comment.