We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccb47e commit 5f20c3dCopy full SHA for 5f20c3d
setup.py
@@ -36,7 +36,7 @@ def is_installing():
36
_VERSION_GLOBALS = load_version()
37
DISTNAME = 'imbalanced-learn'
38
DESCRIPTION = 'Toolbox for imbalanced dataset in machine learning.'
39
-with open('README.rst') as f:
+with codecs.open('README.rst', encoding='utf-8-sig') as f:
40
LONG_DESCRIPTION = f.read()
41
MAINTAINER = 'G. Lemaitre, F. Nogueira, D. Oliveira, C. Aridas'
42
MAINTAINER_EMAIL = 'g.lemaitre58@gmail.com, fmfnogueira@gmail.com, dvro@cin.ufpe.br, char@upatras.gr'
0 commit comments