aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 684ef64f..e05e5957 100755
--- a/setup.py
+++ b/setup.py
@@ -114,7 +114,7 @@ if os.path.exists('CHANGES (links).txt'):
else:
# but if the release script has not run, fall back to the source file
changes_file = open('CHANGES.txt')
-long_description = readme_file.read() + changes_file.read()
+long_description = readme_file.read() + '\n' + changes_file.read()
readme_file.close()
changes_file.close()