]> kaliko git repositories - python-musicpd.git/blobdiff - setup.py
Fixed documentation
[python-musicpd.git] / setup.py
index 81c1276a03afb5f7f6aeef3380f4c9c786ad3dc8..18e00077babaa124e9ef20512e12d92b901e3540 100644 (file)
--- 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 = [