diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:07:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:07:34 +0000 |
commit | 2b676a78b5a70e28999bf4901184b45858136706 (patch) | |
tree | afa969209076a47b92a87c127b67e299a6e78c76 /pyproject.toml | |
parent | Releasing progress-linux version 2024.07.16-1~progress7.99u1. (diff) | |
download | yt-dlp-2b676a78b5a70e28999bf4901184b45858136706.tar.xz yt-dlp-2b676a78b5a70e28999bf4901184b45858136706.zip |
Merging upstream version 2024.07.25.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e4c06d2..d5480e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ build = [ "build", "hatchling", "pip", - "setuptools", + "setuptools>=71.0.2", # 71.0.0 broke pyinstaller "wheel", ] dev = [ |