Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
deepdraw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
medai
software
deepdraw
Commits
6b670be7
Commit
6b670be7
authored
5 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
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
5 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
conda/meta.yaml
+1
-1
1 addition, 1 deletion
conda/meta.yaml
develop.cfg
+1
-2
1 addition, 2 deletions
develop.cfg
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
4 additions
and
5 deletions
conda/meta.yaml
+
1
−
1
View file @
6b670be7
...
@@ -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
This diff is collapsed.
Click to expand it.
develop.cfg
+
1
−
2
View file @
6b670be7
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
6b670be7
...
@@ -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
(),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment