Skip to content

Commit 9000635

Browse files
committed
Open README as UTF-8
1 parent 32696f4 commit 9000635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
5+
with open(os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8') as readme:
66
README = readme.read()
77

88
setup(

0 commit comments

Comments
 (0)