diff options
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" |