diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-03-04 19:38:55 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-03-08 22:38:06 +0530 |
commit | 08d30158ec8e7e08c1d83dcfde6dba18c95b2640 (patch) | |
tree | ccfe053ce94c1005b3d8b3a8a0a9b9af4180424e /setup.py | |
parent | c89bec262c7a8efa078c61b2ec59afdd4051e4bf (diff) | |
download | hypervideo-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |