Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054)
authorSergey M․ <dstftw@gmail.com>
Fri, 22 Dec 2017 16:38:16 +0000 (23:38 +0700)
committerSergey M․ <dstftw@gmail.com>
Fri, 22 Dec 2017 16:38:16 +0000 (23:38 +0700)
MANIFEST.in
setup.py

index 5743f605a2ab4e93e76416732f6e42b252e87150..af7518e0da533574f21ed485b6d267af599494eb 100644 (file)
@@ -1,4 +1,7 @@
 include README.md
+include LICENSE
+include AUTHORS
+include ChangeLog
 include test/*.py
 include test/*.json
 include youtube-dl.bash-completion
index 67d6633ed6f8301f6fdd31a079a6e4dd1ce0b6b3..7dbb5805f8e124dd3f4634255d9090940b2880e4 100644 (file)
--- 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',