mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 19:55:38 +01:00
setup: force reading readme encoding to utf-8
This commit is contained in:
parent
882c7f4ec9
commit
e92ebbbcab
2
setup.py
2
setup.py
@ -29,7 +29,7 @@ about = {}
|
|||||||
with open(os.path.join(srcdir, "svtplay_dl", "__version__.py")) as f:
|
with open(os.path.join(srcdir, "svtplay_dl", "__version__.py")) as f:
|
||||||
exec(f.read(), about)
|
exec(f.read(), about)
|
||||||
|
|
||||||
with open("README.md") as f:
|
with open("README.md", encoding="utf-8") as f:
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
deps = []
|
deps = []
|
||||||
|
Loading…
Reference in New Issue
Block a user