[core] Implement `--color` flag (#6904)
[yt-dlp.git] / pyproject.toml
blob97718ec431ebdb01e9db4e64ccf61b4f4754f508
1 [build-system]
2 build-backend = 'setuptools.build_meta'
3 # https://github.com/yt-dlp/yt-dlp/issues/5941
4 # https://github.com/pypa/distutils/issues/17
5 requires = ['setuptools > 50']