diff options
author | garret <garret@airmail.cc> | 2024-07-07 19:13:46 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2024-07-07 19:13:46 +0100 |
commit | 006da1f7e73675d01229e0b17513284c44ca17cc (patch) | |
tree | 6c52e6e4ecc068cf2a7e51e335f7346d2a731fd0 /pyproject.toml | |
parent | a35f1341f1a7b30497140268efced56ab750152a (diff) | |
download | yt-dlp-rajiko-006da1f7e73675d01229e0b17513284c44ca17cc.tar.gz yt-dlp-rajiko-006da1f7e73675d01229e0b17513284c44ca17cc.tar.bz2 yt-dlp-rajiko-006da1f7e73675d01229e0b17513284c44ca17cc.zip |
fix the build - wasn't including the extractor dir
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 73ecd4e..7bfa824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,3 @@ Homepage = "https://427738.xyz/yt-dlp-rajiko/" [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" - -[tool.setuptools.packages.find] -include = ["yt_dlp_plugins"] |