diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-12-22 23:38:16 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-12-22 23:38:16 +0700 |
commit | 963d237d26c7e6da7b6f514c1d240a7046501b05 (patch) | |
tree | 7c55873c10b5867c4b84d613c1d930fde65bcf59 | |
parent | d2d766bc6d6f976c28fad8b69a1de060b55f5b17 (diff) |
Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054)
-rw-r--r-- | MANIFEST.in | 3 | ||||
-rw-r--r-- | setup.py | 1 |
2 files changed, 4 insertions, 0 deletions
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 @@ -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', |