diff options
author | garret1317 <garret@airmail.cc> | 2025-08-13 12:04:47 +0100 |
---|---|---|
committer | garret1317 <garret@airmail.cc> | 2025-08-13 12:04:47 +0100 |
commit | c229a64db275ddc7b87f5c23a8570a10e3e2cbd3 (patch) | |
tree | 0f8f38a345363ad3869bf074599973e26b2bf262 /pyproject.toml | |
parent | 9e91cb5ee32a47eb05dc2d3885e13d274cdadd03 (diff) | |
download | yt-dlp-rajiko-c229a64db275ddc7b87f5c23a8570a10e3e2cbd3.tar.gz yt-dlp-rajiko-c229a64db275ddc7b87f5c23a8570a10e3e2cbd3.tar.bz2 yt-dlp-rajiko-c229a64db275ddc7b87f5c23a8570a10e3e2cbd3.zip |
add protobug as optional dependency
tbh i might just wait until its in yt-dlp proper,
would make packaging easier...
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
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" |