From ab84f9ca0a85a992883588c8f051a76cf9637728 Mon Sep 17 00:00:00 2001
From: Guillaume HEUSCH <guillaume.heusch@idiap.ch>
Date: Wed, 8 Jan 2020 14:21:12 +0100
Subject: [PATCH] fixed typo in setup.py template

---
 bob/devtools/templates/setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/devtools/templates/setup.py b/bob/devtools/templates/setup.py
index ba9f4583..423e74d7 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 }}",
-- 
GitLab