mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-17 14:41:44 +00:00
a1b7784289
Authored by: bashonly
9 lines
266 B
TOML
9 lines
266 B
TOML
[build-system]
|
|
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"
|