mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-14 15:22:35 +00:00
Merge pull request #189 from l29ah/dont-install-tests
Don't install tests
This commit is contained in:
commit
f5cf38c7a8
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=LONG_DESCRIPTION,
|
||||||
# long_description_content_type="text/markdown",
|
# long_description_content_type="text/markdown",
|
||||||
url="https://github.com/blackjack4494/youtube-dlc",
|
url="https://github.com/blackjack4494/youtube-dlc",
|
||||||
packages=find_packages(exclude=("youtube_dl",)),
|
packages=find_packages(exclude=("youtube_dl","test",)),
|
||||||
#packages=[
|
#packages=[
|
||||||
# 'youtube_dlc',
|
# 'youtube_dlc',
|
||||||
# 'youtube_dlc.extractor', 'youtube_dlc.downloader',
|
# 'youtube_dlc.extractor', 'youtube_dlc.downloader',
|
||||||
|
|
Loading…
Reference in a new issue