1
0
Fork 0

[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
commit a1b7784289
No known key found for this signature in database
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"