Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.example.faceverify
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
bob
bob.example.faceverify
Commits
6943e06e
Commit
6943e06e
authored
12 years ago
by
Laurent EL SHAFEY
Browse files
Options
Downloads
Patches
Plain Diff
Fix setup.py and remove old find-links
parent
1cb6d92d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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
+3
-2
3 additions, 2 deletions
setup.py
with
4 additions
and
12 deletions
buildout.cfg
+
1
−
10
View file @
6943e06e
...
@@ -6,18 +6,9 @@
...
@@ -6,18 +6,9 @@
[buildout]
[buildout]
parts
=
scripts
parts
=
scripts
newest
=
false
develop
=
.
develop
=
.
; required packages: sphinx (to generate the documentation), bob, and our package.
eggs
=
bob.example.faceverify
eggs
=
bob.example.faceverify
newest
=
false
; This points to the bob databases that are installed locally at Idiap
; TODO: remove this as soon as the databases are published at pypi
find-links
=
http://www.idiap.ch/software/bob/packages/xbob/nightlies/last
[bob.example.faceverify]
recipe
=
xbob.buildout:develop
[scripts]
[scripts]
recipe
=
xbob.buildout:scripts
recipe
=
xbob.buildout:scripts
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
2
View file @
6943e06e
...
@@ -39,6 +39,8 @@ setup(
...
@@ -39,6 +39,8 @@ setup(
# This line is required for any distutils based packaging.
# This line is required for any distutils based packaging.
packages
=
find_packages
(),
packages
=
find_packages
(),
include_package_data
=
True
,
zip_safe
=
True
,
# This line defines which packages should be installed when you "install"
# This line defines which packages should be installed when you "install"
# this package. All packages that are mentioned here, but are not installed
# this package. All packages that are mentioned here, but are not installed
...
@@ -46,9 +48,8 @@ setup(
...
@@ -46,9 +48,8 @@ setup(
# scripts of this package. Don't worry - You won't need administrative
# scripts of this package. Don't worry - You won't need administrative
# privileges when using buildout.
# privileges when using buildout.
# TODO: Add a version number requirement to bob, when ready
install_requires
=
[
install_requires
=
[
"
s
phinx
"
,
# to generate the documentation
"
s
etuptools
"
,
"
bob >= 1.1.0
"
,
# base signal proc./machine learning library
"
bob >= 1.1.0
"
,
# base signal proc./machine learning library
"
xbob.db.atnt
"
,
# the AT&T (ORL) database of images
"
xbob.db.atnt
"
,
# the AT&T (ORL) database of images
],
],
...
...
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