Ver Fonte

Set encoding to utf8 to fix errors on Windows

Kentaro Wada há 1 ano atrás
pai
commit
3fcf5213e6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -71,7 +71,7 @@ def get_install_requires():
 
 
 def get_long_description():
-    with open("README.md") as f:
+    with open("README.md", encoding="utf8") as f:
         long_description = f.read()
     try:
         # when this package is being released