Skip to content

Commit 79a6177

Browse files
author
Josue
committed
Fix possible decoding problem when locale is set to C/ASCII
1 parent 8dce4f7 commit 79a6177

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
@@ -5,7 +5,7 @@
55

66
import materializecssform
77

8-
with open("README.md", "r") as fh:
8+
with open("README.md", "r", encoding="utf-8") as fh:
99
long_description = fh.read()
1010

1111
setup(

0 commit comments

Comments
 (0)