From bac7d669fcf908a89f0bbe3dd584d67be89e1ce1 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sat, 6 Jan 2024 22:23:27 +0900 Subject: [PATCH] Stop using emoji that can cause encoding issue on Windows --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48f0ae03a..74810f756 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ | Installation | Usage | Examples - | 𝕏 (@labelmeai) + | X/Twitter diff --git a/setup.py b/setup.py index 797f5af1a..2cc1e134d 100644 --- a/setup.py +++ b/setup.py @@ -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