From 471cf47796a5cfbce060c25d3ca55743cae21dbe Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister <phihag@phihag.de>
Date: Mon, 18 Feb 2013 23:56:13 +0100
Subject: [PATCH] include bash completion and manpage in PyPi dist

---
 MANIFEST.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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