From 9e013cf29c6528a9e4bcc5cb920be0bcbebae643 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 9 Jun 2012 06:19:06 -0400 Subject: [PATCH] fix description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb5a3cc..a881032 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ requires = ['boto>=2.2.0'] setup( name='dynamo', version='0.1.0', - description='Python HTTP for Humans.', + description='Simple DynamoDB Interface.', long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(), author='Kenneth Reitz',