mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 15:40:15 +00:00
Merge pull request #189 from l29ah/dont-install-tests
Don't install tests
This commit is contained in:
commit
f5cf38c7a8
2
setup.py
2
setup.py
@ -67,7 +67,7 @@ def run(self):
|
||||
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…
Reference in New Issue
Block a user