Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
2 changed files with
4 additions and
0 deletions
-
MANIFEST.in
-
setup.py
|
|
@ -1,4 +1,7 @@ |
|
|
|
include README.md |
|
|
|
include LICENSE |
|
|
|
include AUTHORS |
|
|
|
include ChangeLog |
|
|
|
include test/*.py |
|
|
|
include test/*.json |
|
|
|
include youtube-dl.bash-completion |
|
|
|
|
|
@ -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', |
|
|
|