X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=setup.py;h=4e49c650ad74d842a5c17d09bf3af76be340c52d;hb=3f041f016053b04b6d6800186a27a7c0700e475c;hp=81c1276a03afb5f7f6aeef3380f4c9c786ad3dc8;hpb=4fdeb581beba85d9157fac917c48ae08dda4c941;p=python-musicpd.git diff --git a/setup.py b/setup.py index 81c1276..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.txt') as file: +with open('README.rst', encoding='UTF-8') as file: LONG_DESCRIPTION = file.read() CLASSIFIERS = [