8000 Reverted change. · tj-python/github-deploy@e76877a · GitHub
[go: up one dir, main page]

Skip to content

Commit e76877a

Browse files
committed
Reverted change.
1 parent cc2af9a commit e76877a

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
@@ -8,7 +8,7 @@
88
LONG_DESCRIPTION_TYPE = "text/markdown"
99

1010
if os.path.isfile(README_PATH):
11-
with open(README_PATH) as f:
11+
with open(README_PATH, encoding="utf-8") as f:
1212
LONG_DESCRIPTION = f.read()
1313
else:
1414
LONG_DESCRIPTION = ""

0 commit comments

Comments
 (0)
0