diff --git a/setup.py b/setup.py index fd089a5a..0c182e98 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ install_requires = [ # 'Pillow', ] + py2_only_install_requires -with open(READMEFILE) as fobj: +with open(READMEFILE, encoding="utf-8") as fobj: long_description = fobj.read() try: