From ffa8b4d5fedad8f9c1fdbd05a2da8fb2679168af Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 6 Jan 2014 11:19:11 -0800 Subject: flake8 --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 514fdab7..a053fe61 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,9 @@ class cffi_build(build): padding._ffi.verifier.get_extension() ] if Binding.is_available(): - self.distribution.ext_modules.append(Binding().ffi.verifier.get_extension()) + self.distribution.ext_modules.append( + Binding().ffi.verifier.get_extension() + ) build.finalize_options(self) -- cgit v1.2.3