aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorgarret1317 <garret@airmail.cc>2025-09-14 15:31:47 +0100
committergarret1317 <garret@airmail.cc>2025-09-14 15:31:47 +0100
commit0f4d6c073de8e161014cf62eaa44cfc2fdb236dd (patch)
tree58f1d341062dfca50ac6c042cebb2a033e2c8632 /pyproject.toml
parentbcb5df38d71f2b6d2092797201ad62638b6d3ef0 (diff)
parentc229a64db275ddc7b87f5c23a8570a10e3e2cbd3 (diff)
downloadyt-dlp-rajiko-0f4d6c073de8e161014cf62eaa44cfc2fdb236dd.tar.gz
yt-dlp-rajiko-0f4d6c073de8e161014cf62eaa44cfc2fdb236dd.tar.bz2
yt-dlp-rajiko-0f4d6c073de8e161014cf62eaa44cfc2fdb236dd.zip
Merge branch 'podcast-protobuf'
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2a13f3f..d92abe7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,6 +21,9 @@ 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"
+[project.optional-dependencies]
+protobuf = ["protobug"]
+
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"