Skip to content

Commit 20d866b

Browse files
committed
utf8
1 parent 08afe14 commit 20d866b

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
@@ -9,7 +9,7 @@
99

1010

1111
def read(filename):
12-
return open(os.path.join(os.path.dirname(__file__), filename)).read()
12+
return open(os.path.join(os.path.dirname(__file__), filename), encoding='utf8').read()
1313

1414

1515
setup(name='pyverilog',

0 commit comments

Comments
 (0)