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 eb9b2f4..1c5c576 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,5 +18,8 @@ Homepage = "https://427738.xyz/yt-dlp-rajiko/" requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" +[tool.setuptools.packages.find] +exclude = ["tests"] + [tool.setuptools.package-data] "yt_dlp_plugins.extractor" = ["*.bin"] |