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 7bfa824..eb9b2f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,3 +17,6 @@ Homepage = "https://427738.xyz/yt-dlp-rajiko/" [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" + +[tool.setuptools.package-data] +"yt_dlp_plugins.extractor" = ["*.bin"] |