X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=4e49c650ad74d842a5c17d09bf3af76be340c52d;hb=3f041f016053b04b6d6800186a27a7c0700e475c;hp=18e00077babaa124e9ef20512e12d92b901e3540;hpb=d28bd57ddc3465db4fcaa540fe7cb3de53f8be6b;p=python-musicpd.git diff --git a/setup.py b/setup.py index 18e0007..4e49c65 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ An MPD (Music Player Daemon) client library written in pure Python.\ """ -with open('README.rst') as file: +with open('README.rst', encoding='UTF-8') as file: LONG_DESCRIPTION = file.read() CLASSIFIERS = [