diff --git a/setup.py b/setup.py index 1d53452a3..a9c8c9b83 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',