Open README as UTF-8

This commit is contained in:
Swen Kooij 2017-06-29 18:51:53 +03:00
parent 32696f4e1e
commit 9000635f1f

View File

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