diff --git a/setup.py b/setup.py
index 4d92b64f4d6ce3d8de18c7d2c01acc44702bea0c..ca69ef786d52d4959fa331a1a0b83a735202c9a0 100644
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ setup(
       ],
 
       'bob.bio.database': [
-        'dummy              = bob.bio.base.test.dummy.database:database', # for test purposes only
+        'dummy             = bob.bio.base.test.dummy.database:database', # for test purposes only
       ],
 
       'bob.bio.preprocessor': [
@@ -124,7 +124,7 @@ setup(
       ],
       # declare database to bob
       'bob.db': [
-        'bio_filelist = bob.bio.base.database.filelist.driver:Interface',
+        'bio_filelist      = bob.bio.base.database.filelist.driver:Interface',
       ],
    },