X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=fc11bf02c3fb3cc4ccc5bf540b003fb6018d7398;hb=4009bf3f8d15219181e824f8cdbe091e487a8b55;hp=8b3996d06aacdfe6fcdc76aba3a7ecad7f7686f6;hpb=10be7c984475707be716708dfdd2d91a655158dc;p=osm%2FPOL.git diff --git a/setup.py b/setup.py index 8b3996d..fc11bf0 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( 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,