]> jfr.im git - yt-dlp.git/blobdiff - pyproject.toml
[cleanup] Misc
[yt-dlp.git] / pyproject.toml
index 75e0100fef6778eacce3eec08ddc47abcab8d65e..97718ec431ebdb01e9db4e64ccf61b4f4754f508 100644 (file)
@@ -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']