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 /setup.py | |
parent | d2d766bc6d6f976c28fad8b69a1de060b55f5b17 (diff) |
Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |