From cf77f2217ec2cdb20199778b86ddfe32cf55ccae Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Fri, 15 Feb 2019 11:19:22 +0100
Subject: [PATCH] reflow overlong line

---
 setup.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index e5116a80..ab10c531 100755
--- a/setup.py
+++ b/setup.py
@@ -270,9 +270,8 @@ class sdist(sdist_orig):
     sub_commands = [('build', None)] + sdist_orig.sub_commands
 
     def run(self):
-        """
-        Create MANIFEST.in from git if possible, otherwise check that MANIFEST.in
-        is present.
+        """Create MANIFEST.in from git if possible, otherwise check that
+        MANIFEST.in is present.
 
         Right now (2015) generating MANIFEST.in seems to be the only way to
         include files in the source distribution that setuptools does not think
-- 
GitLab