From 7c1da238bf7b627d70d58c4233bc8d0c5b32f485 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 12 Jan 2016 11:59:58 +0100 Subject: [PATCH] Composer package --- .gitignore | 3 ++- composer.json | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 composer.json diff --git a/.gitignore b/.gitignore index 0422adf44..d9b4bcb05 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,5 @@ test/testdata .tox youtube-dl.zsh .idea -.idea/* \ No newline at end of file +.idea/* +vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..41d8d28ba --- /dev/null +++ b/composer.json @@ -0,0 +1,5 @@ +{ + "name": "rg3/youtube-dl", + "description": "Small command-line program to download videos from YouTube.com and other video sites", + "license": "Unlicense" +}