From e0babdca1320db5e9245dd37d35eccc7509c1c77 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Wed, 17 Aug 2011 19:25:32 +0200 Subject: [PATCH] change into description and long_desc --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5cbd489..168acdb 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ # metadata for upload to PyPI author = 'Open Knowledge Foundation', author_email = 'info@okfn.org', - description = ''' -webstore is a RESTful data store for tabular and table-like data. It can be used + description = 'webstore is a RESTful data store for tabular and table-like data.' + long_description = '''Webstore can be used as a dynamic storage for table data, allowing filtered, partial or full retrieval and format conversion.