projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d766b
)
Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054)
author
Sergey M․
<dstftw@gmail.com>
Fri, 22 Dec 2017 16:38:16 +0000
(23:38 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 22 Dec 2017 16:38:16 +0000
(23:38 +0700)
MANIFEST.in
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index 5743f605a2ab4e93e76416732f6e42b252e87150..af7518e0da533574f21ed485b6d267af599494eb 100644
(file)
--- a/
MANIFEST.in
+++ b/
MANIFEST.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
diff --git
a/setup.py
b/setup.py
index 67d6633ed6f8301f6fdd31a079a6e4dd1ce0b6b3..7dbb5805f8e124dd3f4634255d9090940b2880e4 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-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',