[build] Migrate py2exe builds to win_exe (#11256)

This commit removes py2exe support

Closes #10087
Authored by: bashonly
This commit is contained in:
bashonly 2024-10-22 04:20:20 +00:00 committed by GitHub
parent e68b4c19af
commit a886cf3e90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 93 deletions

View file

@ -85,9 +85,6 @@ test = [
pyinstaller = [
"pyinstaller>=6.10.0", # Windows temp cleanup fixed in 6.10.0
]
py2exe = [
"py2exe>=0.12",
]
[project.urls]
Documentation = "https://github.com/yt-dlp/yt-dlp#readme"