From 2bd3bf6644f2d00a99e8930eaab46fe4282997c5 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Fri, 8 Feb 2013 16:35:27 +0100 Subject: [PATCH] Made the summary shorter (see issue #6) --- setup.cfg | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index f3aef18..1a01af0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,8 +5,7 @@ version = 0.5b1 author = "Christophe de Vienne" author-email = "python-wsme@googlegroups.com" -summary = Web Services Made Easy makes it easy to - implement multi-protocol webservices. +summary = Simplify the writing of REST APIs, and extend them with additional protocols. description-file = README.rst @@ -52,8 +51,8 @@ extra_files = [egg_info] -tag_build = dev -tag_date = true +#tag_build = dev +#tag_date = true [aliases] release = egg_info -RDb ''