diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-02-18 23:56:13 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-02-18 23:56:13 +0100 |
commit | 471cf47796a5cfbce060c25d3ca55743cae21dbe (patch) | |
tree | 5a0094517f7bd5e72499557ea052f30c80cb48f3 | |
parent | d8f64574a418c90b5c7e185ea8ed79f95aa8bfc8 (diff) |
include bash completion and manpage in PyPi dist
-rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 81f8e05cd..8f8af7a7f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,5 @@ include README.md include test/*.py -include test/*.json
\ No newline at end of file +include test/*.json +include youtube-dl.bash-completion +include youtube-dl.1 |