From 524f8d33dd449b52a0680c1f643b8c022e435fd2 Mon Sep 17 00:00:00 2001 From: George Pchelkin Date: Fri, 17 Aug 2018 17:01:00 +0300 Subject: [PATCH] make module Windows-installable specify open encoding --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc03ab92..e1af267b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ version = '11.0.0' -with open('README.md') as f: +with open('README.md', encoding="utf-8") as f: long_description = f.read() setup(