diff --git a/bob/devtools/templates/setup.py b/bob/devtools/templates/setup.py
index ba9f4583816b95c17e49806a37500069e33e9626..423e74d76c8e195175b8c9cb64112ecf3f6ad11a 100644
--- a/bob/devtools/templates/setup.py
+++ b/bob/devtools/templates/setup.py
@@ -29,8 +29,8 @@ setup(
     author_email='{{ email }}',
 
     # there may be a maintainer apart from the author - you decide
-    #maintainer='?'
-    #maintainer_email='email@example.com'
+    #maintainer='?',
+    #maintainer_email='email@example.com',
 
     # you may add more keywords separating those by commas (a, b, c, ...)
     keywords = "{{ group }}",