about summary refs log tree commit diff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2012-11-29 16:51:55 +0100
committerFilippo Valsorda <filippo.valsorda@gmail.com>2012-11-29 16:51:55 +0100
commitcc51a7d4e030646a5d7075934f11036ad52a3f1f (patch)
treef3f19a3c81964b5d7d2edbacb0a2bca787fbc0bd /MANIFEST.in
parent8192ebe1f874b22b0c27e675a4136a06e46a68ce (diff)
downloadyoutube-dl-cc51a7d4e030646a5d7075934f11036ad52a3f1f.tar.gz
youtube-dl-cc51a7d4e030646a5d7075934f11036ad52a3f1f.tar.xz
youtube-dl-cc51a7d4e030646a5d7075934f11036ad52a3f1f.zip
New repo skeleton, getting ready for PyPi
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 000000000..81f8e05cd
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,3 @@
+include README.md
+include test/*.py
+include test/*.json
\ No newline at end of file