Skip to content

Commit

Permalink
Stop using emoji that can cause encoding issue on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jan 6, 2024
1 parent 5a546a4 commit bac7d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| <a href="#installation"><b>Installation</b></a>
| <a href="#usage"><b>Usage</b></a>
| <a href="#examples"><b>Examples</b></a>
| <a href="https://x.com/labelmeai"><b>𝕏 (@labelmeai)</b></a>
| <a href="https://x.com/labelmeai"><b>X/Twitter</b></a>
<!-- | <a href="https://github.com/wkentaro/labelme/discussions"><b>Community</b></a> -->
<!-- | <a href="https://www.youtube.com/playlist?list=PLI6LvFw0iflh3o33YYnVIfOpaO0hc5Dzw"><b>Youtube FAQ</b></a> -->
</div>
Expand Down
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", encoding="utf8") 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 bac7d66

Please # to comment.