mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
Don't install tests
This commit is contained in:
parent
d8f97cc1d3
commit
6515018dd7
1 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -67,7 +67,7 @@ setup(
|
|||
long_description=LONG_DESCRIPTION,
|
||||
# long_description_content_type="text/markdown",
|
||||
url="https://github.com/blackjack4494/youtube-dlc",
|
||||
packages=find_packages(exclude=("youtube_dl",)),
|
||||
packages=find_packages(exclude=("youtube_dl","test",)),
|
||||
#packages=[
|
||||
# 'youtube_dlc',
|
||||
# 'youtube_dlc.extractor', 'youtube_dlc.downloader',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue