]> jfr.im git - yt-dlp.git/commitdiff
Don't install tests
authorSergey Alirzaev <redacted>
Wed, 14 Oct 2020 02:22:46 +0000 (05:22 +0300)
committerSergey Alirzaev <redacted>
Wed, 14 Oct 2020 02:22:46 +0000 (05:22 +0300)
setup.py

index f5f0bae62401cecaa63d26ff7c72982b9812f182..a10ef0a771dd8771ce6cfaca627de8a9d2ba83b0 100644 (file)
--- 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
+)