diff --git a/setup.py b/setup.py index c9be414aae218352d99084dd5bc625b16753e2d4..0f882a1e4b243469232191e66e449a3b0983a547 100644 --- a/setup.py +++ b/setup.py @@ -38,12 +38,16 @@ setup( # for tests or db creation, enable the following line: #'replay_manager.py = bob.db.script.dbmanage:main', ], + + # bob database declaration 'bob.db': [ 'replay = replay.db', - ] + ], + + # bob unittest declaration 'bob.test': [ 'replay = replay.test', - ] + ], }, )