Skip to content

Commit 460790b

Browse files
committed
fix bad win import
1 parent 34177df commit 460790b

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
@@ -7,7 +7,7 @@
77
with open(path.join(_dir, 'n2v', 'version.py')) as f:
88
exec(f.read())
99

10-
with open(path.join(_dir, 'README.md')) as f:
10+
with open(path.join(_dir, 'README.md'), encoding='UTF-8') as f:
1111
long_description = f.read()
1212

1313
setup(name='n2v',

0 commit comments

Comments
 (0)