浏览代码

Revert "Fix get_long_description"

This reverts commit 5a44956e7451c27484cdfbebcb800c35f6ae7b99.
Kentaro Wada 11 月之前
父节点
当前提交
87b015d9dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -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