mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-06 17:02:04 +00:00
Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054)
This commit is contained in:
@@ -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='[email protected]',
|
||||
maintainer='Sergey M.',
|
||||
maintainer_email='[email protected]',
|
||||
license='Unlicense',
|
||||
packages=[
|
||||
'youtube_dl',
|
||||
'youtube_dl.extractor', 'youtube_dl.downloader',
|
||||
|
||||
Reference in New Issue
Block a user