Add describe_parameters support

This commit is contained in:
Declan Shanaghy 2017-06-19 18:22:33 -07:00
commit c118d12e6f
3 changed files with 21 additions and 1 deletions

View file

@ -24,7 +24,7 @@ extras_require = {
setup(
name='moto',
version='1.0.1',
version='1.0.1.1',
description='A library that allows your python tests to easily'
' mock out the boto library',
author='Steve Pulec',