aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2023-01-07 02:48:34 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2023-01-07 02:48:34 +0530
commitedfc7725b1f2b4f7838836ca0df613ec0e058cac (patch)
tree468a7b9f2c60efdd9995676dac9945a25c0d8930 /pyproject.toml
parentb382c1fc6a6bfff1b6373296961beabe60ffb72c (diff)
downloadhypervideo-pre-edfc7725b1f2b4f7838836ca0df613ec0e058cac.tar.lz
hypervideo-pre-edfc7725b1f2b4f7838836ca0df613ec0e058cac.tar.xz
hypervideo-pre-edfc7725b1f2b4f7838836ca0df613ec0e058cac.zip
[cleanup] Misc
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
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']