add newlines at end of some package files
This commit is contained in:
@@ -58,4 +58,4 @@ def install(self, spec, prefix):
|
||||
install('README.md', prefix.doc)
|
||||
install('LICENSE.md', prefix.doc)
|
||||
for files in glob.glob('input/*.*'):
|
||||
install(files, prefix.input)
|
||||
install(files, prefix.input)
|
||||
|
Reference in New Issue
Block a user