X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=286dafa8fbeb462c25bfd5bb1437547544e7960e;hp=81c1276a03afb5f7f6aeef3380f4c9c786ad3dc8;hb=86a40a9a5a668399c6ca07022b3c38251686ed1d;hpb=4fdeb581beba85d9157fac917c48ae08dda4c941 diff --git a/setup.py b/setup.py index 81c1276..286dafa 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 = [ @@ -24,7 +24,7 @@ CLASSIFIERS = [ LICENSE = """\ Copyright (C) 2008-2010 J. Alexander Treuman -Copyright (C) 2012-2013 Kaliko Jack +Copyright (C) 2012-2014 Kaliko Jack python-musicpd is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by