blob: dc182bf4e48843b6d74040c9fc4a7b72cd76c243 (
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
33
34
35
36
|
[project]
name = "yt-dlp-rajiko"
version = "1.7"
description = "improved radiko.jp extractor for yt-dlp (fast and areafree)"
readme = "README.md"
license = "0BSD"
license-files = ["LICENCE"]
authors = [
{ name="garret1317" },
]
requires-python = ">=3.8"
classifiers = [
"Environment :: Plugins",
]
dependencies = [
"protobug"
]
[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"]
|