From 46b38c705cc228b8fd9d412e1eaa988922a39341 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Tue, 19 Mar 2013 11:45:19 -0400 Subject: [PATCH] better setup.py description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d53452a..a9c8c9b8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='moto', version='0.0.10', - description='Moto is a library that allows your python tests to easily' + description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec', author_email='spulec@gmail',