]> jfr.im git - yt-dlp.git/blobdiff - setup.py
[cleanup, docs] Misc cleanup
[yt-dlp.git] / setup.py
index 3e599cd95cd6ea3781a126afe1ab09381ca1c752..98781c5dabad8263dfecec3f3e5d02c9c54ef3b4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@
 LONG_DESCRIPTION = '\n\n'.join((
     'Official repository: <https://github.com/yt-dlp/yt-dlp>',
     '**PS**: Some links in this document will not work since this is a copy of the README.md from Github',
-    open('README.md', 'r', encoding='utf-8').read()))
+    open('README.md').read()))
 
 REQUIREMENTS = open('requirements.txt').read().splitlines()