From 6b670be71014e2316e8f257bfce3004541b0251c Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Wed, 4 Sep 2019 17:52:11 +0200 Subject: [PATCH] Self-assign as maintainer; Fix develop.cfg --- conda/meta.yaml | 2 +- develop.cfg | 3 +-- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index df7c9fa7..5d72a8f0 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -75,4 +75,4 @@ about: home: https://www.idiap.ch/software/bob/ license: GNU General Public License v3 (GPLv3) license_family: GPL - license_file: ../COPYING \ No newline at end of file + license_file: ../COPYING diff --git a/develop.cfg b/develop.cfg index 2ca1b223..9229bdf9 100644 --- a/develop.cfg +++ b/develop.cfg @@ -16,8 +16,7 @@ eggs = bob.ip.binseg extensions = bob.buildout mr.developer auto-checkout = * -develop = src/bob.ip.binseg - src/bob.db.drive +develop = src/bob.db.drive src/bob.db.stare src/bob.db.chasedb1 src/bob.db.hrf diff --git a/setup.py b/setup.py index 5e8afbac..8a7dd13d 100644 --- a/setup.py +++ b/setup.py @@ -20,8 +20,8 @@ setup( author="Tim Laibacher", author_email="tim.laibacher@idiap.ch", # there may be a maintainer apart from the author - you decide - # maintainer='?' - # maintainer_email='email@example.com' + maintainer="Andre Anjos", + maintainer_email="andre.anjos@idiap.ch", # you may add more keywords separating those by commas (a, b, c, ...) keywords="bob", long_description=open("README.rst").read(), -- GitLab