Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
7d31dd79
Commit
7d31dd79
authored
Jun 07, 2018
by
Amir MOHAMMADI
Browse files
Remove the grid_search.py entrypoint
parent
e2b8380d
Pipeline
#20879
passed with stage
in 18 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
7d31dd79
...
...
@@ -7,7 +7,6 @@ package:
build
:
entry_points
:
-
grid_search.py = bob.pad.base.script.grid_search:main
-
spoof.py = bob.pad.base.script.spoof:main
number
:
{{
environ.get('BOB_BUILD_NUMBER'
,
0)
}}
run_exports
:
...
...
@@ -40,7 +39,6 @@ test:
imports
:
-
{{
name
}}
commands
:
-
grid_search.py --help
-
spoof.py --help
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
-
sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
...
...
setup.py
View file @
7d31dd79
...
...
@@ -102,7 +102,6 @@ setup(
# scripts should be declared using this entry:
'console_scripts'
:
[
'grid_search.py = bob.pad.base.script.grid_search:main'
,
'spoof.py = bob.pad.base.script.spoof:main'
,
],
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment