Skip to content

Commit

Permalink
Revert "Fix get_long_description"
Browse files Browse the repository at this point in the history
This reverts commit 5a44956.
  • Loading branch information
wkentaro committed Jun 13, 2024
1 parent ac34a98 commit 672c367
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 @@ -69,7 +69,7 @@ def get_install_requires():


def get_long_description():
with open("README.md", "r", encoding="utf-8") as f:
with open("README.md") as f:
long_description = f.read()
try:
# when this package is being released
Expand Down

0 comments on commit 672c367

Please sign in to comment.