home
/
dev
/
repositories
/
python-musicpd.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fec386
)
Add explicit file encoding for open in setup.py
author
Kaliko Jack <kaliko@azylum.org>
Sun, 19 Jan 2014 16:33:05 +0000
(17:33 +0100)
committer
Kaliko Jack <kaliko@azylum.org>
Sun, 19 Jan 2014 16:33:05 +0000
(17:33 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/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 = [