[skip travis] adding automerge support

basically copying content of youtube_dl folder to youtube_dlc and excluding the youtube_dl folder when compiling
This commit is contained in:
Unknown 2020-09-02 23:33:41 +02:00
parent 4cd6add62b
commit 3ca3f77f9c
804 changed files with 138656 additions and 2 deletions

View file

@ -67,7 +67,7 @@ setup(
long_description=LONG_DESCRIPTION,
# long_description_content_type="text/markdown",
url="https://github.com/blackjack4494/youtube-dlc",
packages=find_packages(),
packages=find_packages(exclude=("youtube_dl",)),
#packages=[
# 'youtube_dlc',
# 'youtube_dlc.extractor', 'youtube_dlc.downloader',