yt-dlp/pyproject.toml

9 lines
266 B
TOML
Raw Normal View History

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