diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-12-22 23:53:27 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-12-22 23:53:27 +0700 |
commit | 9e3682d555d431514d9583170ae8be1b6fc12839 (patch) | |
tree | 7e6378111ad7cdc0e59c8a5763247a298001c71a /MANIFEST.in | |
parent | 3e191da6d9d1cbe62d8f638ed68a93a46348b38b (diff) |
[MANIFEST.in] Include all test data in PyPI package
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index af7518e0d..4e43e99f3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,9 +2,8 @@ include README.md include LICENSE include AUTHORS include ChangeLog -include test/*.py -include test/*.json include youtube-dl.bash-completion include youtube-dl.fish include youtube-dl.1 recursive-include docs Makefile conf.py *.rst +recursive-include test * |