Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
bob
bob
Merge requests
!222
An error occurred while fetching the assigned milestone of the selected merge_request.
Update setup.py fix homepage url.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update setup.py fix homepage url.
p2
into
master
Overview
1
Commits
1
Pipelines
2
Changes
1
Merged
Amir MOHAMMADI
requested to merge
p2
into
master
8 years ago
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
58acd36e
8 years ago
master (base)
and
latest version
latest version
e1bf9870
1 commit,
7 years ago
version 1
58acd36e
1 commit,
8 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
setup.py
+
1
−
1
Options
@@ -33,7 +33,7 @@ setup(
name
=
'
bob
'
,
version
=
version
,
description
=
'
Bob is a free signal-processing and machine learning toolbox originally developed by the Biometrics group at Idiap Research Institute, in Switzerland.
'
,
url
=
'
http://idiap.
github.io
/bob/
'
,
url
=
'
http
s
://
www.
idiap.
ch/software
/bob/
'
,
license
=
'
BSD
'
,
author
=
'
IDIAP Biometrics Group
'
,
author_email
=
'
biometric@idiap.ch
'
,
Loading