X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=286dafa8fbeb462c25bfd5bb1437547544e7960e;hp=18e00077babaa124e9ef20512e12d92b901e3540;hb=86a40a9a5a668399c6ca07022b3c38251686ed1d;hpb=d28bd57ddc3465db4fcaa540fe7cb3de53f8be6b diff --git a/setup.py b/setup.py index 18e0007..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.rst') 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