X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/b382c1fc6a6bfff1b6373296961beabe60ffb72c..edfc7725b1f2b4f7838836ca0df613ec0e058cac:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 75e0100fe..97718ec43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,5 @@ [build-system] -requires = ['setuptools'] build-backend = 'setuptools.build_meta' +# https://github.com/yt-dlp/yt-dlp/issues/5941 +# https://github.com/pypa/distutils/issues/17 +requires = ['setuptools > 50']