aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-03-04 19:38:55 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-03-08 22:38:06 +0530
commit08d30158ec8e7e08c1d83dcfde6dba18c95b2640 (patch)
treeccfe053ce94c1005b3d8b3a8a0a9b9af4180424e /setup.py
parentc89bec262c7a8efa078c61b2ec59afdd4051e4bf (diff)
downloadhypervideo-pre-08d30158ec8e7e08c1d83dcfde6dba18c95b2640.tar.lz
hypervideo-pre-08d30158ec8e7e08c1d83dcfde6dba18c95b2640.tar.xz
hypervideo-pre-08d30158ec8e7e08c1d83dcfde6dba18c95b2640.zip
[cleanup, docs] Misc cleanup
Closes #2828, closes #2734, closes #2802, closes #2937
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3e599cd95..98781c5da 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ DESCRIPTION = 'A youtube-dl fork with additional features and patches'
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()