]> kaliko git repositories - python-musicpd.git/blobdiff - setup.py
Add explicit file encoding for open in setup.py
[python-musicpd.git] / 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 = [