]> jfr.im git - yt-dlp.git/blobdiff - pyproject.toml
[ie/archiveorg] Fix format URL encoding (#9279)
[yt-dlp.git] / pyproject.toml
index 5ef013279a62857ff4480e3c54fc8af5de46bebc..0c9c5fc0169193354d06d356882f81b40637c4aa 100644 (file)
@@ -94,7 +94,6 @@ include = [
     "/setup.cfg",
     "/supportedsites.md",
 ]
-exclude = ["/yt_dlp/__pyinstaller"]
 artifacts = [
     "/yt_dlp/extractor/lazy_extractors.py",
     "/completions",
@@ -105,7 +104,6 @@ artifacts = [
 
 [tool.hatch.build.targets.wheel]
 packages = ["yt_dlp"]
-exclude = ["/yt_dlp/__pyinstaller"]
 artifacts = ["/yt_dlp/extractor/lazy_extractors.py"]
 
 [tool.hatch.build.targets.wheel.shared-data]