diff --git a/setup.py b/setup.py index f3f1ad2e235a563142b63673d9a4966bd223a48a..dd338231f3c4f15a33616b077745c297f7a6db08 100644 --- a/setup.py +++ b/setup.py @@ -56,11 +56,6 @@ setup( # the version of bob. entry_points={ - # scripts should be declared using this entry: - 'console_scripts': [ - 'version.py = bob.pad.face.script.version:main', - ], - # registered databases: 'bob.pad.database': [ 'replay-attack = bob.pad.face.config.database.replay_attack:database',