From 86463159f022e440f5a2daac9330a87a89fa3779 Mon Sep 17 00:00:00 2001 From: Amir <183.amir@gmail.com> Date: Fri, 11 Mar 2016 15:37:57 +0100 Subject: [PATCH] Fixes #11 script/fusion_llr.py was not getting installed with setuptools. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e7f2b213..348c59cb 100644 --- a/setup.py +++ b/setup.py @@ -111,6 +111,7 @@ setup( 'extract.py = bob.bio.base.script.extract:main', 'enroll.py = bob.bio.base.script.enroll:main', 'score.py = bob.bio.base.script.score:main', + 'fusion_llr.py = bob.bio.base.script.fusion_llr:main', ], 'bob.bio.database': [ -- GitLab