X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=4e49c650ad74d842a5c17d09bf3af76be340c52d;hp=18e00077babaa124e9ef20512e12d92b901e3540;hb=a0e88963aa60b475a13d831cb108ccb49c267dd3;hpb=8fec386e0991e20df8bbb0cc99f0bbf621b6d95c 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 = [