2023-01-03 10:39:21 +05:30
|
|
|
[build-system]
|
|
|
|
|
build-backend = 'setuptools.build_meta'
|
2023-01-07 02:48:34 +05:30
|
|
|
# https://github.com/yt-dlp/yt-dlp/issues/5941
|
|
|
|
|
# https://github.com/pypa/distutils/issues/17
|
|
|
|
|
requires = ['setuptools > 50']
|
2024-02-11 14:58:18 +01:00
|
|
|
|
|
|
|
|
[project.entry-points.pyinstaller40]
|
|
|
|
|
hook-dirs = "yt_dlp.__pyinstaller:get_hook_dirs"
|