mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
parent
9fd03a1696
commit
460eb9c50e
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ REQUIREMENTS = read_file('requirements.txt').splitlines()
|
|||
|
||||
def packages():
|
||||
if setuptools_available:
|
||||
return find_packages(exclude=('youtube_dl', 'youtube_dlc', 'test', 'ytdlp_plugins'))
|
||||
return find_packages(exclude=('youtube_dl', 'youtube_dlc', 'test', 'ytdlp_plugins', 'devscripts'))
|
||||
|
||||
return [
|
||||
'yt_dlp', 'yt_dlp.extractor', 'yt_dlp.downloader', 'yt_dlp.postprocessor', 'yt_dlp.compat',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue