]> kaliko git repositories - python-musicpd.git/commitdiff
Add explicit file encoding for open in setup.py
authorKaliko Jack <kaliko@azylum.org>
Sun, 19 Jan 2014 16:33:05 +0000 (17:33 +0100)
committerKaliko Jack <kaliko@azylum.org>
Sun, 19 Jan 2014 16:33:05 +0000 (17:33 +0100)
setup.py

index 18e00077babaa124e9ef20512e12d92b901e3540..4e49c650ad74d842a5c17d09bf3af76be340c52d 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.rst') as file:
+with open('README.rst', encoding='UTF-8') as file:
     LONG_DESCRIPTION = file.read()
 
 CLASSIFIERS = [