]> kaliko git repositories - python-musicpd.git/blobdiff - setup.py
Add rangeid command
[python-musicpd.git] / setup.py
index 81c1276a03afb5f7f6aeef3380f4c9c786ad3dc8..286dafa8fbeb462c25bfd5bb1437547544e7960e 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', encoding='UTF-8') as file:
     LONG_DESCRIPTION = file.read()
 
 CLASSIFIERS = [
@@ -24,7 +24,7 @@ CLASSIFIERS = [
 
 LICENSE = """\
 Copyright (C) 2008-2010  J. Alexander Treuman <jat@spatialrift.net>
-Copyright (C) 2012-2013  Kaliko Jack <kaliko@azylum.org>
+Copyright (C) 2012-2014  Kaliko Jack <kaliko@azylum.org>
 
 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