Skip to content

Commit 4fc69fc

Browse files
committed
Open the readme file as utf-8
1 parent 0537c76 commit 4fc69fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
DESCRIPTION = "A library for SoftLayer's API"
2828

2929
if os.path.exists('README.rst'):
30-
with open('README.rst') as readme_file:
30+
with open('README.rst', 'r', 'utf-8') as readme_file:
3131
LONG_DESCRIPTION = readme_file.read()
3232
else:
3333
LONG_DESCRIPTION = DESCRIPTION

0 commit comments

Comments
 (0)