Skip to content

Commit 1f0b6f5

Browse files
authored
Merge pull request #32 from Scriptopathe/master
Fix issue during package install when locale is set to C/ASCII
2 parents 8dce4f7 + 79a6177 commit 1f0b6f5

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)