瀏覽代碼

Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054)

Sergey M․ 7 年之前
父節點
當前提交
963d237d26
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 3 0
      MANIFEST.in
  2. 1 0
      setup.py

+ 3 - 0
MANIFEST.in

@@ -1,4 +1,7 @@
 include README.md
 include README.md
+include LICENSE
+include AUTHORS
+include ChangeLog
 include test/*.py
 include test/*.py
 include test/*.json
 include test/*.json
 include youtube-dl.bash-completion
 include youtube-dl.bash-completion

+ 1 - 0
setup.py

@@ -109,6 +109,7 @@ setup(
     author_email='ytdl@yt-dl.org',
     author_email='ytdl@yt-dl.org',
     maintainer='Sergey M.',
     maintainer='Sergey M.',
     maintainer_email='dstftw@gmail.com',
     maintainer_email='dstftw@gmail.com',
+    license='Unlicense',
     packages=[
     packages=[
         'youtube_dl',
         'youtube_dl',
         'youtube_dl.extractor', 'youtube_dl.downloader',
         'youtube_dl.extractor', 'youtube_dl.downloader',