From b9efc4ddf0c47f621beb13d6902d45c706d2153d Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Mon, 22 Oct 2012 21:28:28 +0200 Subject: apply 1.1.1 patches This simply bumps the version to 1.1.1 and adds myself as the maintainer to both setup and mocker.__credits__ Signed-off-by: Zygmunt Krynicki --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c7e5e1e..a687f7e 100755 --- a/setup.py +++ b/setup.py @@ -21,6 +21,8 @@ setup( description="Graceful platform for test doubles in Python (mocks, stubs, fakes, and dummies).", author="Gustavo Niemeyer", author_email="gustavo@niemeyer.net", + maintainer="Zygmunt Krynicki", + maintainer_email="zygmunt.krynicki@linaro.org", license="BSD", url="http://labix.org/mocker", download_url="https://launchpad.net/mocker/+download", -- cgit v1.2.1