| commit | 4009bf3f8d15219181e824f8cdbe091e487a8b55 | [log] [tgz] |
|---|---|---|
| author | Benjamin Diaz <bdiaz@whitestack.com> | Fri Apr 26 16:35:32 2019 -0300 |
| committer | Benjamin Diaz <bdiaz@whitestack.com> | Fri Apr 26 16:57:42 2019 -0300 |
| tree | a68c5064b26ec6e024d586dd14419fb78e9a7c52 | |
| parent | a13c7e6dd15d7bc47ca36f9f804fab7b3f78f5bf [diff] [blame] |
Improves README Change-Id: I378ef316d15e5a2d0f943cfb93e92127d80cd82e Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
diff --git a/setup.py b/setup.py index 8b3996d..fc11bf0 100644 --- a/setup.py +++ b/setup.py
@@ -37,7 +37,7 @@ name=_name, version_command=_version_command, description=_description, - long_description=open('README.rst').read(), + long_description=open('README.rst', encoding='utf-8').read(), author=_author, author_email=_author_email, maintainer=_maintainer,