diff --git a/setup.py b/setup.py index fc4983a07ad9a66c25ced8c6fb7f571cf0fbcb94..52c5e619252e995327334e1bdd440a1f946ebe6b 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( # bob database declaration 'bob.db': [ - 'replay = replay.db', + 'replay = replay.db.driver:Interface', ], # bob unittest declaration