diff --git a/setup.py b/setup.py index d06dacd..41f3306 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup version = open('VERSION').read().strip() -long_description = open('README.md').read() +long_description = open('README.md', encoding='utf-8').read() setup( name='pytest-codestyle',