From: Sergey M․ Date: Fri, 22 Dec 2017 16:38:16 +0000 (+0700) Subject: Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054) X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=963d237d26c7e6da7b6f514c1d240a7046501b05 Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054) --- diff --git a/MANIFEST.in b/MANIFEST.in index 5743f605a..af7518e0d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,7 @@ include README.md +include LICENSE +include AUTHORS +include ChangeLog include test/*.py include test/*.json include youtube-dl.bash-completion diff --git a/setup.py b/setup.py index 67d6633ed..7dbb5805f 100644 --- a/setup.py +++ b/setup.py @@ -109,6 +109,7 @@ setup( author_email='ytdl@yt-dl.org', maintainer='Sergey M.', maintainer_email='dstftw@gmail.com', + license='Unlicense', packages=[ 'youtube_dl', 'youtube_dl.extractor', 'youtube_dl.downloader',