yt-dlp: fix license table for parsing properly.

This commit is contained in:
Luis Guzmán 2025-09-25 15:05:43 -06:00
parent 7cfab2b6b1
commit f6dec89128

View 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",