Skip to content
Snippets Groups Projects
Commit 46f0f24c authored by Christoph Groth's avatar Christoph Groth
Browse files

generate MANIFEST with a trailing newline

parent e4ce5860
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment