Skip to content
Snippets Groups Projects
Commit 6b670be7 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Self-assign as maintainer; Fix develop.cfg

parent d9ee2beb
No related branches found
No related tags found
1 merge request!4[root] Homogenize package and buildout requirements (closes #1)
Pipeline #33100 passed
...@@ -75,4 +75,4 @@ about: ...@@ -75,4 +75,4 @@ about:
home: https://www.idiap.ch/software/bob/ home: https://www.idiap.ch/software/bob/
license: GNU General Public License v3 (GPLv3) license: GNU General Public License v3 (GPLv3)
license_family: GPL license_family: GPL
license_file: ../COPYING license_file: ../COPYING
\ No newline at end of file
...@@ -16,8 +16,7 @@ eggs = bob.ip.binseg ...@@ -16,8 +16,7 @@ eggs = bob.ip.binseg
extensions = bob.buildout extensions = bob.buildout
mr.developer mr.developer
auto-checkout = * auto-checkout = *
develop = src/bob.ip.binseg develop = src/bob.db.drive
src/bob.db.drive
src/bob.db.stare src/bob.db.stare
src/bob.db.chasedb1 src/bob.db.chasedb1
src/bob.db.hrf src/bob.db.hrf
......
...@@ -20,8 +20,8 @@ setup( ...@@ -20,8 +20,8 @@ setup(
author="Tim Laibacher", author="Tim Laibacher",
author_email="tim.laibacher@idiap.ch", author_email="tim.laibacher@idiap.ch",
# there may be a maintainer apart from the author - you decide # there may be a maintainer apart from the author - you decide
# maintainer='?' maintainer="Andre Anjos",
# maintainer_email='email@example.com' maintainer_email="andre.anjos@idiap.ch",
# you may add more keywords separating those by commas (a, b, c, ...) # you may add more keywords separating those by commas (a, b, c, ...)
keywords="bob", keywords="bob",
long_description=open("README.rst").read(), long_description=open("README.rst").read(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment