Skip to content

Commit a9a49ef

Browse files
complexsplitcostimuraru
authored andcommitted
Update setup.py (#7)
1 parent f7773dd commit a9a49ef

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
@@ -6,7 +6,7 @@
66
except ImportError:
77
from distutils.core import setup
88

9-
with open('README.md') as f:
9+
with open('README.md', encoding="utf-8") as f:
1010
_readme = f.read()
1111

1212
_mydir = os.path.abspath(os.path.dirname(sys.argv[0]))

0 commit comments

Comments
 (0)