From 9825a51cb730e8391f7aa70efd7c5e5994d71605 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Mon, 22 Aug 2016 13:11:35 +0200 Subject: [PATCH] [refactoring_2016] Removed references from bob.db.verification.utils --- develop.cfg | 6 ++---- requirements.txt | 2 -- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/develop.cfg b/develop.cfg index 2101b07..c770b14 100644 --- a/develop.cfg +++ b/develop.cfg @@ -21,8 +21,7 @@ develop = src/bob.extension src/bob.learn.em src/bob.measure src/bob.db.base - src/bob.db.verification.utils - src/bob.db.verification.filelist + src/bob.bio.db src/bob.db.atnt src/bob.io.image src/bob.bio.base @@ -45,8 +44,7 @@ bob.learn.linear = git https://gitlab.idiap.ch/bob/bob.learn.linear bob.learn.em = git https://gitlab.idiap.ch/bob/bob.learn.em bob.measure = git https://gitlab.idiap.ch/bob/bob.measure bob.db.base = git https://gitlab.idiap.ch/bob/bob.db.base -bob.db.verification.utils = git https://gitlab.idiap.ch/bob/bob.db.verification.utils -bob.db.verification.filelist = git https://gitlab.idiap.ch/bob/bob.db.verification.filelist +bob.bio.db = git https://gitlab.idiap.ch/bob/bob.bio.db bob.db.atnt = git https://gitlab.idiap.ch/bob/bob.db.atnt bob.io.image = git https://gitlab.idiap.ch/bob/bob.io.image bob.bio.base = git https://gitlab.idiap.ch/bob/bob.bio.base diff --git a/requirements.txt b/requirements.txt index cc2aba6..fd14f2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,8 +10,6 @@ bob.sp bob.learn.em bob.measure bob.db.base -bob.db.verification.utils -bob.db.verification.filelist bob.db.atnt # for test purposes bob.io.image # for test purposes bob.bio.base diff --git a/setup.py b/setup.py index 1c0d50b..9f0e8bf 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( description = 'Tools for running biometric recognition experiments using GMM-based approximation', url = 'https://www.gitlab.idiap.ch/bob/bob.bio.gmm', - license = 'GPLv3', + license = 'BSD', author = '<YourName>', author_email = '<YourEmail>', keywords = 'bob, biometric recognition, evaluation', @@ -137,7 +137,7 @@ setup( 'Framework :: Bob', 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', - 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', + 'License :: OSI Approved :: BSD License', 'Natural Language :: English', 'Programming Language :: Python', 'Topic :: Scientific/Engineering :: Artificial Intelligence', -- GitLab