From 19f527d486a9b9f85748dff399fc729424202648 Mon Sep 17 00:00:00 2001 From: Low Kian Seong Date: Fri, 30 May 2014 00:18:24 +0800 Subject: [PATCH] Update setup.py Added description to show something else as search description and not "UNKNOWN" --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bf9bb1c..21ea1d4 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,7 @@ setup( name="vidscraper", + description="Python library which provides a simple API for fetching video data", version='1.0.2', maintainer='Participatory Culture Foundation', maintainer_email='dev@mirocommunity.org',