X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=18e00077babaa124e9ef20512e12d92b901e3540;hp=81c1276a03afb5f7f6aeef3380f4c9c786ad3dc8;hb=d28bd57ddc3465db4fcaa540fe7cb3de53f8be6b;hpb=ca2fb2a8b8ec82b9156265e07f43c937111d5b90 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 = [