1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-01-18 14:53:04 +01:00
yt-dlp/pyproject.toml

9 lines
266 B
TOML
Raw Normal View History

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']
[project.entry-points.pyinstaller40]
hook-dirs = "yt_dlp.__pyinstaller:get_hook_dirs"