From 37066fa09075c347b9966d77b015b5e6fd5339be Mon Sep 17 00:00:00 2001
From: Pavel Korshunov <pavel.korshunov@idiap.ch>
Date: Tue, 13 Feb 2018 22:25:17 +0100
Subject: [PATCH] removing console scripts entry point, since there are no
 scripts

---
 setup.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/setup.py b/setup.py
index f3f1ad2e..dd338231 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',
-- 
GitLab