mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-05-10 15:36:54 +02:00
Move postprocessor into its own package
This commit is contained in:
parent
ad84831537
commit
56327689a2
4 changed files with 9 additions and 7 deletions
5
setup.py
5
setup.py
|
@ -71,7 +71,10 @@ setup(
|
|||
author_email='ytdl@yt-dl.org',
|
||||
maintainer='Philipp Hagemeister',
|
||||
maintainer_email='phihag@phihag.de',
|
||||
packages=['youtube_dl', 'youtube_dl.extractor', 'youtube_dl.downloader'],
|
||||
packages=[
|
||||
'youtube_dl',
|
||||
'youtube_dl.extractor', 'youtube_dl.downloader',
|
||||
'youtube_dl.postprocessor'],
|
||||
|
||||
# Provokes warning on most systems (why?!)
|
||||
# test_suite = 'nose.collector',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue