1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-26 11:25:19 +00:00

[build] Move bundle scripts into bundle submodule

Authored by: bashonly
This commit is contained in:
bashonly
2024-02-11 14:58:18 +01:00
committed by Simon Sawicki
parent 882e3b753c
commit a1b7784289
9 changed files with 91 additions and 78 deletions

View 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"