Skip to content

Commit

Permalink
Update the opening of the README in setup.py - address issue scikit-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Lemaitre committed Jul 8, 2016
1 parent dccb47e commit 5f20c3d
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 @@ -36,7 +36,7 @@ def is_installing():
_VERSION_GLOBALS = load_version()
DISTNAME = 'imbalanced-learn'
DESCRIPTION = 'Toolbox for imbalanced dataset in machine learning.'
with open('README.rst') as f:
with codecs.open('README.rst', encoding='utf-8-sig') as f:
LONG_DESCRIPTION = f.read()
MAINTAINER = 'G. Lemaitre, F. Nogueira, D. Oliveira, C. Aridas'
MAINTAINER_EMAIL = 'g.lemaitre58@gmail.com, fmfnogueira@gmail.com, dvro@cin.ufpe.br, char@upatras.gr'
Expand Down

0 comments on commit 5f20c3d

Please sign in to comment.