From dddc93a1eaeec4d12e9366b33b77c0876511e420 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 23 Apr 2014 18:32:52 +0100 Subject: Break long line --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ae9d34a..d1703fb 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,9 @@ class Check(Command): os.remove('.coverage') if self.yarns: - cliapp.runcmd(['yarn'] + glob.glob('yarns/*.yarn'), stdout=None, stderr=None) + cliapp.runcmd( + ['yarn'] + glob.glob('yarns/*.yarn'), + stdout=None, stderr=None) setup(name='distix', -- cgit v1.2.1