Skip to content

Commit

Permalink
fix:long description (#5)
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 3959981 commit 2bf38e5
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 @@ -28,7 +28,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 2bf38e5

Please sign in to comment.