diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-01-07 02:48:34 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-01-07 02:48:34 +0530 |
commit | edfc7725b1f2b4f7838836ca0df613ec0e058cac (patch) | |
tree | 468a7b9f2c60efdd9995676dac9945a25c0d8930 /pyproject.toml | |
parent | b382c1fc6a6bfff1b6373296961beabe60ffb72c (diff) | |
download | hypervideo-pre-edfc7725b1f2b4f7838836ca0df613ec0e058cac.tar.lz hypervideo-pre-edfc7725b1f2b4f7838836ca0df613ec0e058cac.tar.xz hypervideo-pre-edfc7725b1f2b4f7838836ca0df613ec0e058cac.zip |
[cleanup] Misc
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
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'] |