diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-03-09 06:19:06 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-03-09 06:42:24 +0530 |
commit | 7a0ba75857e077bbadc43ea7d9ba63519fe3e82a (patch) | |
tree | 5ae18bfa33c9d33b1056e1eea14a268a7ee532ab | |
parent | e248be3319c4869536e2ddd87e9bcee6b5e439eb (diff) | |
download | hypervideo-pre-7a0ba75857e077bbadc43ea7d9ba63519fe3e82a.tar.lz hypervideo-pre-7a0ba75857e077bbadc43ea7d9ba63519fe3e82a.tar.xz hypervideo-pre-7a0ba75857e077bbadc43ea7d9ba63519fe3e82a.zip |
[build] Add `requirements.txt` to pip distributions
Closes #2995
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 38d83a9a5..bc2f056c0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,5 +5,6 @@ include README.md include completions/*/* include supportedsites.md include yt-dlp.1 +include requirements.txt recursive-include devscripts * recursive-include test * |