1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00
yt-dlp/pyproject.toml

9 lines
266 B
TOML
Raw Normal View History

2023-01-02 23:09:21 -06:00
[build-system]
build-backend = 'setuptools.build_meta'
2023-01-06 15:18:34 -06:00
# 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"