Skip to content

Commit 56720b3

Browse files
committed
fix: build unicode error
1 parent fcfb08d commit 56720b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from how import __version__, __author__
22
from setuptools import setup, find_packages
33

4-
with open("README.md", "r") as f:
4+
with open("README.md", "r", encoding="utf-8") as f:
55
readme = f.read()
66

77
with open("requirements.txt", "r") as f:

0 commit comments

Comments
 (0)