Skip to content

Commit 2aa8cfc

Browse files
committed
Fix: #342 - Windows OS encoding issue
1 parent d2d4a02 commit 2aa8cfc

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

3-
with open("README.md", "r") as fh:
3+
with open("README.md", "r", encoding="utf8") as fh:
44
long_description = fh.read()
55

66
setup(

0 commit comments

Comments
 (0)