From a87aad81100c8ec8a457f7e15ddd3e04a83e82f5 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 28 May 2013 17:24:43 -0400 Subject: Make sure there's a blank line between files --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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() -- cgit v1.2.3