Skip to content

Commit 5f20c3d

Browse files
author
Guillaume Lemaitre
committed
Update the opening of the README in setup.py - address issue #94
1 parent dccb47e commit 5f20c3d

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
@@ -36,7 +36,7 @@ def is_installing():
3636
_VERSION_GLOBALS = load_version()
3737
DISTNAME = 'imbalanced-learn'
3838
DESCRIPTION = 'Toolbox for imbalanced dataset in machine learning.'
39-
with open('README.rst') as f:
39+
with codecs.open('README.rst', encoding='utf-8-sig') as f:
4040
LONG_DESCRIPTION = f.read()
4141
MAINTAINER = 'G. Lemaitre, F. Nogueira, D. Oliveira, C. Aridas'
4242
MAINTAINER_EMAIL = 'g.lemaitre58@gmail.com, fmfnogueira@gmail.com, dvro@cin.ufpe.br, char@upatras.gr'

0 commit comments

Comments
 (0)