aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorgarret1317 <garret@airmail.cc>2025-06-09 04:28:36 +0100
committergarret1317 <garret@airmail.cc>2025-06-09 04:28:36 +0100
commite30e9ae869aa2cc837c4dd6ce10581a10b33a056 (patch)
tree52f44847df881c5e9b1b5096024726c8ee4b8dd6
parentb2a004a66e697bbb24af60ebc8221986fa519c19 (diff)
downloadyt-dlp-rajiko-e30e9ae869aa2cc837c4dd6ce10581a10b33a056.tar.gz
yt-dlp-rajiko-e30e9ae869aa2cc837c4dd6ce10581a10b33a056.tar.bz2
yt-dlp-rajiko-e30e9ae869aa2cc837c4dd6ce10581a10b33a056.zip
add more stuff to pyproject.toml
-rw-r--r--pyproject.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4d57eb8..bea1e8a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,10 +1,15 @@
[project]
name = "yt-dlp-rajiko"
version = "1.6"
-description = "improved radiko.jp extractor for yt-dlp"
+description = "improved radiko.jp extractor for yt-dlp (fast and areafree)"
+
+readme = "README.md"
+license-files = ["LICENCE"]
+
authors = [
{ name="garret1317" },
]
+
requires-python = ">=3.8"
classifiers = [
"License :: OSI Approved :: Zero-Clause BSD (0BSD)",
@@ -13,6 +18,8 @@ classifiers = [
[project.urls]
Homepage = "https://427738.xyz/yt-dlp-rajiko/"
+"Source Code" = "https://github.com/garret1317/yt-dlp-rajiko/"
+"Release Notes" = "https://427738.xyz/yt-dlp-rajiko/CHANGELOG.xml"
[build-system]
requires = ["setuptools>=61.0"]