diff --git a/conda/meta.yaml b/conda/meta.yaml
index df7c9fa7738805f846d7ba135000669b5df5d467..5d72a8f05e20b5a2d9acb41b3bfd68d7ea9f928c 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -75,4 +75,4 @@ about:
   home: https://www.idiap.ch/software/bob/
   license: GNU General Public License v3 (GPLv3)
   license_family: GPL
-  license_file: ../COPYING
\ No newline at end of file
+  license_file: ../COPYING
diff --git a/develop.cfg b/develop.cfg
index 2ca1b2238757eaa2ce5e4b910138589ce9a3be78..9229bdf942a37e259b48ae2e724027d8b228f214 100644
--- a/develop.cfg
+++ b/develop.cfg
@@ -16,8 +16,7 @@ eggs = bob.ip.binseg
 extensions = bob.buildout
              mr.developer
 auto-checkout = *
-develop = src/bob.ip.binseg
-          src/bob.db.drive
+develop = src/bob.db.drive
           src/bob.db.stare
           src/bob.db.chasedb1
           src/bob.db.hrf
diff --git a/setup.py b/setup.py
index 5e8afbaced44297a0ddc25f913b76ca269c75c1c..8a7dd13d8cb3f4ce5e7730167eccbc9db5f49405 100644
--- a/setup.py
+++ b/setup.py
@@ -20,8 +20,8 @@ setup(
     author="Tim Laibacher",
     author_email="tim.laibacher@idiap.ch",
     # there may be a maintainer apart from the author - you decide
-    # maintainer='?'
-    # maintainer_email='email@example.com'
+    maintainer="Andre Anjos",
+    maintainer_email="andre.anjos@idiap.ch",
     # you may add more keywords separating those by commas (a, b, c, ...)
     keywords="bob",
     long_description=open("README.rst").read(),