From 9000635f1fafd9fddce7ec15921ba9de06711aac Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Thu, 29 Jun 2017 18:51:53 +0300 Subject: [PATCH] Open README as UTF-8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cfce8d5..29b8aab 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os from setuptools import find_packages, setup -with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: +with open(os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8') as readme: README = readme.read() setup(