mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 07:50:11 +01:00
Don't install tests
This commit is contained in:
parent
d8f97cc1d3
commit
6515018dd7
4
setup.py
4
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',
|
||||
@ -100,4 +100,4 @@ def run(self):
|
||||
|
||||
cmdclass={'build_lazy_extractors': build_lazy_extractors},
|
||||
**params
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user