diff options
author | garret <garret@airmail.cc> | 2024-08-11 11:50:50 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2024-08-11 11:50:50 +0100 |
commit | 8285e34af4f17eb5355205ff3651bf30b827d501 (patch) | |
tree | 4f4c2409cf24198154a8d98f697b18fe21a9a1c1 /pyproject.toml | |
parent | b5298403470347bfba79130c49bb7dca7ee906d8 (diff) | |
download | yt-dlp-rajiko-8285e34af4f17eb5355205ff3651bf30b827d501.tar.gz yt-dlp-rajiko-8285e34af4f17eb5355205ff3651bf30b827d501.tar.bz2 yt-dlp-rajiko-8285e34af4f17eb5355205ff3651bf30b827d501.zip |
fix build so it only does what i want, not just not doing what i dont want
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 096238e..a0bcc03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] -exclude = ["tests"] +include = ["yt_dlp_plugins.extractor"] [tool.setuptools.package-data] -"yt_dlp_plugins.extractor" = ["*.bin"] +"yt_dlp_plugins.extractor" = ["*.bin", "*.jpg"] |