From efd686418a5f59c11899d6c94808d5981403ceef Mon Sep 17 00:00:00 2001
From: skbidiap <sushil.bhattacharjee@idiap.ch>
Date: Thu, 12 Jan 2017 12:04:02 +0100
Subject: [PATCH] bug fix

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 4672090..0ced1cd 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
     author='Andre Anjos',
     author_email='andre.anjos@idiap.ch',
     keywords='bob, keypoint detection, face',
-    maintainer="Sushil Bhattacharjee"
+    maintainer="Sushil Bhattacharjee",
     maintainer_email="sbhatta@idiap.ch"
 
     long_description=open('README.rst').read(),
-- 
GitLab