Skip to content

Commit

Permalink
fix bad win import
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Oct 23, 2022
1 parent 34177df commit 460790b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with open(path.join(_dir, 'n2v', 'version.py')) as f:
exec(f.read())

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

setup(name='n2v',
Expand Down

0 comments on commit 460790b

Please sign in to comment.