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

add missing newline

parent 4cc646ae
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ def write_version(fname):
pass
with open(fname, 'w') as f:
f.write("# This file has been created by setup.py.\n")
f.write("version = '{}'".format(version))
f.write("version = '{}'\n".format(version))
def long_description():
......
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