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
b503f3e6
Commit
b503f3e6
authored
Jun 07, 2018
by
Amir MOHAMMADI
Committed by
Theophile GENTILHOMME
Jun 20, 2018
Browse files
Remove the grid_search.py entrypoint
parent
d27974c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
b503f3e6
...
...
@@ -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 @
b503f3e6
...
...
@@ -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