yt-dlp: fix license table for parsing properly.
This commit is contained in:
parent
7cfab2b6b1
commit
f6dec89128
1 changed files with 13 additions and 0 deletions
13
helpers/DATA/yt-dlp/patch_changes/001-fix_broken_table.patch
Normal file
13
helpers/DATA/yt-dlp/patch_changes/001-fix_broken_table.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git a/pyproject.toml b/pyproject.toml
|
||||||
|
index f2211ef1..313fde99 100644
|
||||||
|
--- a/pyproject.toml
|
||||||
|
+++ b/pyproject.toml
|
||||||
|
@@ -23,7 +23,7 @@ keywords = [
|
||||||
|
"yt-dlp",
|
||||||
|
]
|
||||||
|
license = "Unlicense"
|
||||||
|
-license-files = ["LICENSE"]
|
||||||
|
+license-files = { paths = ["LICENSE"] }
|
||||||
|
classifiers = [
|
||||||
|
"Topic :: Multimedia :: Video",
|
||||||
|
"Development Status :: 5 - Production/Stable",
|
||||||
Loading…
Add table
Add a link
Reference in a new issue