[skeleton] Restore verbose output in setup.py
This part of commit fdadf59be612 missing the integration window.
--- a/cubicweb/skeleton/setup.py Tue Jan 19 16:44:34 2016 +0100
+++ b/cubicweb/skeleton/setup.py Fri Jan 29 16:48:58 2016 +0100
@@ -114,6 +114,8 @@
continue
if exists(dest):
os.remove(dest)
+ if verbose:
+ sys.stderr.write('%s -> %s\n' % (src, dest))
shutil.copy2(src, dest)