aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorgarret1317 <garret@airmail.cc>2025-09-14 15:41:58 +0100
committergarret1317 <garret@airmail.cc>2025-09-14 15:46:34 +0100
commita9b3c5f595774f016137323ddc10e9a303768817 (patch)
tree82174b577b9d2bab724d01e8541ccafd899e526c
parent98bfe822517eacd942f8a460e00ae8a30bb8d5e3 (diff)
downloadyt-dlp-rajiko-a9b3c5f595774f016137323ddc10e9a303768817.tar.gz
yt-dlp-rajiko-a9b3c5f595774f016137323ddc10e9a303768817.tar.bz2
yt-dlp-rajiko-a9b3c5f595774f016137323ddc10e9a303768817.zip
the build thing wants me to put a SPDX licence id instead of the classifier
even though the classifier is nicer because it's human readable as well but it won't let me have both in there at once
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d4f6c04..dc182bf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,6 +4,7 @@ version = "1.7"
description = "improved radiko.jp extractor for yt-dlp (fast and areafree)"
readme = "README.md"
+license = "0BSD"
license-files = ["LICENCE"]
authors = [
@@ -12,7 +13,6 @@ authors = [
requires-python = ">=3.8"
classifiers = [
- "License :: OSI Approved :: Zero-Clause BSD (0BSD)",
"Environment :: Plugins",
]