diff options
author | garret <garret@airmail.cc> | 2024-07-07 19:45:22 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2024-07-07 19:45:22 +0100 |
commit | ba189ac91f245c1d6855929a1770938f7fc38d9a (patch) | |
tree | 718e660d6d0d3fef0737f951dd30debedcd2120d /pyproject.toml | |
parent | a1c7e13e93da0907c562ac36910739f5be3de55c (diff) | |
download | yt-dlp-rajiko-ba189ac91f245c1d6855929a1770938f7fc38d9a.tar.gz yt-dlp-rajiko-ba189ac91f245c1d6855929a1770938f7fc38d9a.tar.bz2 yt-dlp-rajiko-ba189ac91f245c1d6855929a1770938f7fc38d9a.zip |
exclude tests from final wheel
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"] |