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',