From 8852b4dc2b2113a1597301c0b03712b65f50747f Mon Sep 17 00:00:00 2001 From: Austin Bingham Date: Fri, 19 Jul 2013 16:03:29 +0200 Subject: [PATCH] Updated setup.py. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 775d855..045fc68 100644 --- a/setup.py +++ b/setup.py @@ -12,13 +12,13 @@ setup( name = 'traad', - version = '0.2', + version = '0.3', packages = find_packages(), # metadata for upload to PyPI author = 'Austin Bingham', author_email = 'austin.bingham@gmail.com', - description = 'An XMLRPC server for the rope Python refactoring library.', + description = 'A JSON+HTTP server for the rope Python refactoring library.', license = 'MIT', keywords = 'refactoring', url = 'http://github.com/abingham/traad',