X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=setup.py;h=18e00077babaa124e9ef20512e12d92b901e3540;hb=798a839ccc7aaa34507b318e123708e2a7a22ca1;hp=81c1276a03afb5f7f6aeef3380f4c9c786ad3dc8;hpb=4fdeb581beba85d9157fac917c48ae08dda4c941;p=python-musicpd.git diff --git a/setup.py b/setup.py index 81c1276..18e0007 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') as file: LONG_DESCRIPTION = file.read() CLASSIFIERS = [