about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-12-22 23:38:16 +0700
committerSergey M․ <dstftw@gmail.com>2017-12-22 23:38:16 +0700
commit963d237d26c7e6da7b6f514c1d240a7046501b05 (patch)
tree7c55873c10b5867c4b84d613c1d930fde65bcf59 /setup.py
parentd2d766bc6d6f976c28fad8b69a1de060b55f5b17 (diff)
downloadyoutube-dl-963d237d26c7e6da7b6f514c1d240a7046501b05.tar.gz
youtube-dl-963d237d26c7e6da7b6f514c1d240a7046501b05.tar.xz
youtube-dl-963d237d26c7e6da7b6f514c1d240a7046501b05.zip
Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',