about summary refs log tree commit diff
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
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)
-rw-r--r--MANIFEST.in3
-rw-r--r--setup.py1
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
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',