better setup.py description

This commit is contained in:
Steve Pulec 2013-03-19 11:45:19 -04:00
parent 71e9e295f6
commit 46b38c705c

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup( setup(
name='moto', name='moto',
version='0.0.10', 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', ' mock out the boto library',
author='Steve Pulec', author='Steve Pulec',
author_email='spulec@gmail', author_email='spulec@gmail',