yt-dlp: fix license table for parsing properly.

This commit is contained in:
Ark74 2025-09-25 14:50:18 -06:00
parent 9538d86cd7
commit ba94845cbc

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