From 46f0f24c0d44ef09e933dcc3b2d3179298fda0b3 Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Mon, 26 Aug 2013 14:26:58 +0200
Subject: [PATCH] generate MANIFEST with a trailing newline

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 6c725139..1c5a2611 100755
--- a/setup.py
+++ b/setup.py
@@ -171,7 +171,7 @@ class kwant_sdist(distutils_sdist):
                         f.write(''.join([a, sep, stem, dot, 'c', '\n']))
                     f.write(name + '\n')
                 f.write(STATIC_VERSION_FILE + '\n')
-                f.write('MANIFEST')
+                f.write('MANIFEST\n')
 
         distutils_sdist.run(self)
 
-- 
GitLab