better setup.py description
This commit is contained in:
parent
71e9e295f6
commit
46b38c705c
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user