From: Sergey Alirzaev Date: Wed, 14 Oct 2020 02:22:46 +0000 (+0300) Subject: Don't install tests X-Git-Tag: 2021.01.07~111^2 X-Git-Url: https://jfr.im/git/yt-dlp.git/commitdiff_plain/6515018dd711dea55fbb316cd3726e40676c2698 Don't install tests --- diff --git a/setup.py b/setup.py index f5f0bae62..a10ef0a77 100644 --- a/setup.py +++ b/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 -) \ No newline at end of file +)