From 8c08b4dac1df4e3a66ca1337ffe650013a5daa67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 26 Dec 2016 01:24:06 +0100 Subject: [PATCH] update description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4827fd79..2b038c21 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ exec(read("gallery_dl/version.py")) setup( name="gallery_dl", version=__version__, - description="gallery- and image downloader", + description="Command-line program to download image galleries and collections from pixiv, exhentai, danbooru, gelbooru, nijie and more", long_description=read("README.rst"), url="https://github.com/mikf/gallery-dl", download_url="https://github.com/mikf/gallery-dl/releases/latest",