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

pull/8/head
Sergey M․ 2017-12-22 23:38:16 +07:00
rodzic d2d766bc6d
commit 963d237d26
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C393E0F18A9236D
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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',