Skip to content

Commit 1159ecf

Browse files
authored
Merge pull request #206 from xBoyMinemc/master
Update setup.py encoding='utf-8'
2 parents 293cee4 + 24c1f86 commit 1159ecf

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
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
with open("readme.md", "r") as f:
3+
with open("readme.md", "r", encoding="utf-8") as f:
44
long_description = f.read()
55

66
setuptools.setup(

0 commit comments

Comments
 (0)