From 8285e34af4f17eb5355205ff3651bf30b827d501 Mon Sep 17 00:00:00 2001 From: garret Date: Sun, 11 Aug 2024 11:50:50 +0100 Subject: fix build so it only does what i want, not just not doing what i dont want --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') 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"] -- cgit v1.2.3-70-g09d2