blob: 754a2650ee2d1b47eb02a7985e298f94bfad2376 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Description: Correct path for docs.
Author: Unit 193 <unit193@debian.org>
Forwarded: not-needed
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -112,7 +112,7 @@ artifacts = ["/yt_dlp/extractor/lazy_ext
"completions/bash/yt-dlp" = "share/bash-completion/completions/yt-dlp"
"completions/zsh/_yt-dlp" = "share/zsh/site-functions/_yt-dlp"
"completions/fish/yt-dlp.fish" = "share/fish/vendor_completions.d/yt-dlp.fish"
-"README.txt" = "share/doc/yt_dlp/README.txt"
+"README.txt" = "share/doc/yt-dlp/README.txt"
"yt-dlp.1" = "share/man/man1/yt-dlp.1"
[tool.hatch.version]
|