Skip to content

Commit

Permalink
Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey M․ committed Dec 22, 2017
1 parent d2d766b commit 963d237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
include README.md
include LICENSE
include AUTHORS
include ChangeLog
include test/*.py
include test/*.json
include youtube-dl.bash-completion
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def run(self):
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',
Expand Down

0 comments on commit 963d237

Please sign in to comment.