blob: 2a13f3f1c6b4d7365d81afe0f23f33626336dd06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[project]
name = "yt-dlp-rajiko"
version = "1.7"
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)",
"Environment :: Plugins",
]
[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"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
include = ["yt_dlp_plugins.extractor"]
[tool.setuptools.package-data]
"yt_dlp_plugins.extractor" = ["*.bin", "*.jpg"]
|