]> jfr.im git - yt-dlp.git/blobdiff - pyproject.toml
[build] Move bundle scripts into `bundle` submodule
[yt-dlp.git] / pyproject.toml
index 97718ec431ebdb01e9db4e64ccf61b4f4754f508..626d9aa133681705a99c0cc9c7a8cf4bfa54a2cb 100644 (file)
@@ -3,3 +3,6 @@ build-backend = 'setuptools.build_meta'
 # https://github.com/yt-dlp/yt-dlp/issues/5941
 # https://github.com/pypa/distutils/issues/17
 requires = ['setuptools > 50']
+
+[project.entry-points.pyinstaller40]
+hook-dirs = "yt_dlp.__pyinstaller:get_hook_dirs"