Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.replay
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
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
Show more breadcrumbs
bob
bob.db.replay
Commits
fc68b8c8
Commit
fc68b8c8
authored
12 years ago
by
Tiago de Freitas Pereira
Browse files
Options
Downloads
Patches
Plain Diff
Updated the version
parent
39b09ecb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
buildout.cfg
+1
-10
1 addition, 10 deletions
buildout.cfg
setup.py
+4
-4
4 additions, 4 deletions
setup.py
with
5 additions
and
14 deletions
buildout.cfg
+
1
−
10
View file @
fc68b8c8
...
...
@@ -3,20 +3,11 @@
; Mon
16 Apr 08:29:18 2012 CEST
[buildout]
parts
=
external
tests sphinx python
parts
= tests sphinx python
newest
= false
develop
= .
eggs
= bob
xbob.db.replay
bob
= /idiap/group/torch5spro/nightlies/last/install/linux-x86_64-release
extensions
= mr.developer
[sources]
antispoofing.utils
= fs antispoofing.utils
[external]
recipe
= xbob.buildout:external
egg-directories
= ${buildout:bob}/lib
[tests]
recipe
= xbob.buildout:nose
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
4
−
4
View file @
fc68b8c8
...
...
@@ -10,9 +10,9 @@ from setuptools import setup, find_packages
setup
(
name
=
'
xbob.db.replay
'
,
version
=
'
1.0.
0a1
'
,
version
=
'
1.0.
1a0
'
,
description
=
'
Replay Attack Database Access API for Bob
'
,
url
=
'
http://
github.com/bioidiap
/xbob.db.replay
'
,
url
=
'
http://
pypi.python.org/pypi
/xbob.db.replay
'
,
license
=
'
GPLv3
'
,
author
=
'
Andre Anjos
'
,
author_email
=
'
andre.anjos@idiap.ch
'
,
...
...
@@ -52,8 +52,8 @@ setup(
},
classifiers
=
[
'
Development Status ::
4
-
Beta
'
,
'
Intended Audience ::
Developers
'
,
'
Development Status ::
5
-
Production/Stable
'
,
'
Intended Audience ::
Science/Research
'
,
'
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
'
,
'
Natural Language :: English
'
,
'
Programming Language :: Python
'
,
...
...
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